Skip to content

Commit f5c10a0

Browse files
Fixes
1 parent 85394ac commit f5c10a0

File tree

37 files changed

+50
-50
lines changed

37 files changed

+50
-50
lines changed

articles/postgresql/flexible-server/includes/server-parameters-table-11-client-connection-defaults---shared-library-preloading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ ms.topic: include
1414
| Category | Client Connection Defaults / Shared Library Preloading |
1515
| Description | JIT provider to use. |
1616
| Data type | string |
17-
| Default value | `llvmjit` |
18-
| Allowed values | `llvmjit` |
17+
| Default value | `llvmjit` |
18+
| Allowed values | `llvmjit` |
1919
| Parameter type | read-only |
2020
| Documentation | |
2121

articles/postgresql/flexible-server/includes/server-parameters-table-11-query-tuning---planner-cost-constants.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ms.topic: include
167167
| Category | Query Tuning / Planner Cost Constants |
168168
| Description | Sets the planner's estimate of the cost of starting up worker processes for parallel query. |
169169
| Data type | numeric |
170-
| Default value | `1000` |
170+
| Default value | `1000` |
171171
| Allowed values | `0-1.79769e+308` |
172172
| Parameter type | dynamic |
173173
| Documentation | [parallel_setup_cost](https://www.postgresql.org/docs/11/runtime-config-query.html) |
@@ -218,7 +218,7 @@ ms.topic: include
218218
| Category | Query Tuning / Planner Cost Constants |
219219
| Description | Sets the planner's estimate of the cost of a sequentially fetched disk page. |
220220
| Data type | numeric |
221-
| Default value | `1` |
221+
| Default value | `1` |
222222
| Allowed values | `0-1.79769e+308` |
223223
| Parameter type | dynamic |
224224
| Documentation | |

articles/postgresql/flexible-server/includes/server-parameters-table-11-resource-usage---asynchronous-behavior.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.topic: include
3131
| Category | Resource Usage / Asynchronous Behavior |
3232
| Description | Sets the number of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously. |
3333
| Data type | integer |
34-
| Default value | `1` |
34+
| Default value | `1` |
3535
| Allowed values | `0-1000` |
3636
| Parameter type | dynamic |
3737
| Documentation | [effective_io_concurrency](https://www.postgresql.org/docs/11/runtime-config-resource.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-11-resource-usage---cost-based-vacuum-delay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ms.topic: include
6565
| Category | Resource Usage / Cost-Based Vacuum Delay |
6666
| Description | The estimated cost for vacuuming a buffer found in the shared buffer cache. |
6767
| Data type | integer |
68-
| Default value | `1` |
68+
| Default value | `1` |
6969
| Allowed values | `0-10000` |
7070
| Parameter type | dynamic |
7171
| Documentation | [vacuum_cost_page_hit](https://www.postgresql.org/docs/11/runtime-config-resource.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-11-write-ahead-log---settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ms.topic: include
133133
| Category | Write-Ahead Log / Settings |
134134
| Description | It determines how much information is written to the WAL. |
135135
| Data type | enumeration |
136-
| Default value | `replica` |
136+
| Default value | `replica` |
137137
| Allowed values | `replica,logical` |
138138
| Parameter type | static |
139139
| Documentation | [wal_level](https://www.postgresql.org/docs/11/runtime-config-wal.html) |
@@ -167,7 +167,7 @@ ms.topic: include
167167
| Category | Write-Ahead Log / Settings |
168168
| Description | Selects the method used for forcing WAL updates to disk. |
169169
| Data type | enumeration |
170-
| Default value | `fdatasync` |
170+
| Default value | `fdatasync` |
171171
| Allowed values | `fdatasync` |
172172
| Parameter type | read-only |
173173
| Documentation | |

articles/postgresql/flexible-server/includes/server-parameters-table-12-client-connection-defaults---shared-library-preloading.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: include
1414
| Category | Client Connection Defaults / Shared Library Preloading |
1515
| Description | JIT provider to use. |
1616
| Data type | string |
17-
| Default value | `llvmjit` |
17+
| Default value | `llvmjit` |
1818
| Allowed values | `llvmjit` |
1919
| Parameter type | read-only |
2020
| Documentation | |

articles/postgresql/flexible-server/includes/server-parameters-table-12-query-tuning---planner-cost-constants.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ ms.topic: include
167167
| Category | Query Tuning / Planner Cost Constants |
168168
| Description | Sets the planner's estimate of the cost of starting up worker processes for parallel query. |
169169
| Data type | numeric |
170-
| Default value | `1000` |
170+
| Default value | `1000` |
171171
| Allowed values | `0-1.79769e+308` |
172172
| Parameter type | dynamic |
173173
| Documentation | [parallel_setup_cost](https://www.postgresql.org/docs/12/runtime-config-query.html) |
@@ -218,7 +218,7 @@ ms.topic: include
218218
| Category | Query Tuning / Planner Cost Constants |
219219
| Description | Sets the planner's estimate of the cost of a sequentially fetched disk page. |
220220
| Data type | numeric |
221-
| Default value | `1` |
221+
| Default value | `1` |
222222
| Allowed values | `0-1.79769e+308` |
223223
| Parameter type | dynamic |
224224
| Documentation | |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ms.topic: include
3131
| Category | Resource Usage / Asynchronous Behavior |
3232
| Description | Sets the number of concurrent disk I/O operations that PostgreSQL expects can be executed simultaneously. |
3333
| Data type | integer |
34-
| Default value | `1` |
34+
| Default value | `1` |
3535
| Allowed values | `0-1000` |
3636
| Parameter type | dynamic |
3737
| Documentation | [effective_io_concurrency](https://www.postgresql.org/docs/12/runtime-config-resource.html) |

articles/postgresql/flexible-server/includes/server-parameters-table-12-resource-usage---cost-based-vacuum-delay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ms.topic: include
6565
| Category | Resource Usage / Cost-Based Vacuum Delay |
6666
| Description | The estimated cost for vacuuming a buffer found in the shared buffer cache. |
6767
| Data type | integer |
68-
| Default value | `1` |
68+
| Default value | `1` |
6969
| Allowed values | `0-10000` |
7070
| Parameter type | dynamic |
7171
| Documentation | [vacuum_cost_page_hit](https://www.postgresql.org/docs/12/runtime-config-resource.html) |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ms.topic: include
4848
| Category | Resource Usage / Memory |
4949
| Description | Multiple of work_mem to use for hash tables. |
5050
| Data type | numeric |
51-
| Default value | `1` |
51+
| Default value | `1` |
5252
| Allowed values | `1` |
5353
| Parameter type | read-only |
5454
| Documentation | |

0 commit comments

Comments
 (0)