forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit63932a6
committed
Fix wal_writer_flush_after initializer value.
Commita73952b (new in 16) required default values in guc_table.cand C variable initializers to match. This one only matched whenXLOG_BLCKSZ == 8kB. Fix by using the same expression in both placeswith a new DEFAULT_XXX macro, as done for other GUCs.Reviewed-by: Andres Freund <andres@anarazel.de>Discussion:https://postgr.es/m/CA+hUKGLNmLV=VrT==5MqnbARgx2ifRSFtdd8ofdfrdSLL3yv5A@mail.gmail.com1 parent319bae9 commit63932a6
File tree
3 files changed
+4
-2
lines changed- src
- backend
- postmaster
- utils/misc
- include/postmaster
3 files changed
+4
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
| 71 | + | |
72 | 72 |
| |
73 | 73 |
| |
74 | 74 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2780 | 2780 |
| |
2781 | 2781 |
| |
2782 | 2782 |
| |
2783 |
| - | |
| 2783 | + | |
2784 | 2784 |
| |
2785 | 2785 |
| |
2786 | 2786 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
| 16 | + | |
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
|
0 commit comments
Comments
(0)