Skip to content

Commit 7e67ed4

Browse files
Fix
1 parent 915d202 commit 7e67ed4

5 files changed

+9
-9
lines changed

articles/postgresql/flexible-server/includes/server-parameters-table-12-resource-usage---memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ ms.topic: include
8282
| Category | Resource Usage / Memory |
8383
| Description | Sets the maximum memory to be used for maintenance operations such as VACUUM, Create Index. |
8484
| Data type | integer |
85-
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
85+
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
8686
| Allowed values | `1024-2097151` |
8787
| Parameter type | dynamic |
8888
| Documentation | [maintenance_work_mem](https://www.postgresql.org/docs/12/runtime-config-resource.html) |
@@ -99,7 +99,7 @@ ms.topic: include
9999
| Category | Resource Usage / Memory |
100100
| Description | Sets the maximum number of simultaneously prepared transactions. When running a replica server, you must set this parameter to the same or higher value than on the primary server. |
101101
| Data type | integer |
102-
| Default value | `0` |
102+
| Default value | `0` |
103103
| Allowed values | `0-262143` |
104104
| Parameter type | static |
105105
| Documentation | [max_prepared_transactions](https://www.postgresql.org/docs/12/runtime-config-resource.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-13-resource-usage---memory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ms.topic: include
9999
| Category | Resource Usage / Memory |
100100
| Description | Sets the maximum memory to be used for maintenance operations such as VACUUM, Create Index. |
101101
| Data type | integer |
102-
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
102+
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
103103
| Allowed values | `1024-2097151` |
104104
| Parameter type | dynamic |
105105
| Documentation | [maintenance_work_mem](https://www.postgresql.org/docs/13/runtime-config-resource.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-14-resource-usage---memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ms.topic: include
116116
| Category | Resource Usage / Memory |
117117
| Description | Sets the maximum memory to be used for maintenance operations such as VACUUM, Create Index. |
118118
| Data type | integer |
119-
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
119+
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
120120
| Allowed values | `1024-2097151` |
121121
| Parameter type | dynamic |
122122
| Documentation | [maintenance_work_mem](https://www.postgresql.org/docs/14/runtime-config-resource.html) |
@@ -133,7 +133,7 @@ ms.topic: include
133133
| Category | Resource Usage / Memory |
134134
| Description | Sets the maximum number of simultaneously prepared transactions. When running a replica server, you must set this parameter to the same or higher value than on the primary server. |
135135
| Data type | integer |
136-
| Default value | `0` |
136+
| Default value | `0` |
137137
| Allowed values | `0-262143` |
138138
| Parameter type | static |
139139
| Documentation | [max_prepared_transactions](https://www.postgresql.org/docs/14/runtime-config-resource.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-15-resource-usage---memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ms.topic: include
116116
| Category | Resource Usage / Memory |
117117
| Description | Sets the maximum memory to be used for maintenance operations such as VACUUM, Create Index. |
118118
| Data type | integer |
119-
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
119+
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
120120
| Allowed values | `1024-2097151` |
121121
| Parameter type | dynamic |
122122
| Documentation | [maintenance_work_mem](https://www.postgresql.org/docs/15/runtime-config-resource.html) |
@@ -133,7 +133,7 @@ ms.topic: include
133133
| Category | Resource Usage / Memory |
134134
| Description | Sets the maximum number of simultaneously prepared transactions. When running a replica server, you must set this parameter to the same or higher value than on the primary server. |
135135
| Data type | integer |
136-
| Default value | `0` |
136+
| Default value | `0` |
137137
| Allowed values | `0-262143` |
138138
| Parameter type | static |
139139
| Documentation | [max_prepared_transactions](https://www.postgresql.org/docs/15/runtime-config-resource.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-16-resource-usage---memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ms.topic: include
116116
| Category | Resource Usage / Memory |
117117
| Description | Sets the maximum memory to be used for maintenance operations such as VACUUM, Create Index. |
118118
| Data type | integer |
119-
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
119+
| Default value | Depends on resources (vCores, RAM, or disk space) allocated to the server. |
120120
| Allowed values | `1024-2097151` |
121121
| Parameter type | dynamic |
122122
| Documentation | [maintenance_work_mem](https://www.postgresql.org/docs/16/runtime-config-resource.html) |
@@ -133,7 +133,7 @@ ms.topic: include
133133
| Category | Resource Usage / Memory |
134134
| Description | Sets the maximum number of simultaneously prepared transactions. When running a replica server, you must set this parameter to the same or higher value than on the primary server. |
135135
| Data type | integer |
136-
| Default value | `0` |
136+
| Default value | `0` |
137137
| Allowed values | `0-262143` |
138138
| Parameter type | static |
139139
| Documentation | [max_prepared_transactions](https://www.postgresql.org/docs/16/runtime-config-resource.html) |

0 commit comments

Comments
 (0)