forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit30666d1
committed
pg_resetwal: Add --char-signedness option to change the default char signedness.
With the newly added option --char-signedness, pg_resetwal updates thedefault char signedness flag in the controlfile. This option isprimarily intended for an upcoming patch that pg_upgrade supportspreserving the default char signedness during upgrades, and is notmeant for manual operation.Reviewed-by: Noah Misch <noah@leadboat.com>Discussion:https://postgr.es/m/CB11ADBC-0C3F-4FE0-A678-666EE80CBB07%40amazon.com1 parent44fe30f commit30666d1
File tree
3 files changed
+50
-0
lines changed- doc/src/sgml/ref
- src/bin/pg_resetwal
- t
3 files changed
+50
-0
lines changedLines changed: 19 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
174 | 193 |
| |
175 | 194 |
| |
176 | 195 |
| |
|
Lines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| 78 | + | |
78 | 79 |
| |
79 | 80 |
| |
80 | 81 |
| |
| |||
106 | 107 |
| |
107 | 108 |
| |
108 | 109 |
| |
| 110 | + | |
109 | 111 |
| |
110 | 112 |
| |
111 | 113 |
| |
| |||
302 | 304 |
| |
303 | 305 |
| |
304 | 306 |
| |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
305 | 324 |
| |
306 | 325 |
| |
307 | 326 |
| |
| |||
456 | 475 |
| |
457 | 476 |
| |
458 | 477 |
| |
| 478 | + | |
| 479 | + | |
| 480 | + | |
459 | 481 |
| |
460 | 482 |
| |
461 | 483 |
| |
| |||
779 | 801 |
| |
780 | 802 |
| |
781 | 803 |
| |
| 804 | + | |
| 805 | + | |
782 | 806 |
| |
783 | 807 |
| |
784 | 808 |
| |
| |||
1188 | 1212 |
| |
1189 | 1213 |
| |
1190 | 1214 |
| |
| 1215 | + | |
1191 | 1216 |
| |
1192 | 1217 |
| |
1193 | 1218 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
176 | 182 |
| |
177 | 183 |
| |
178 | 184 |
| |
|
0 commit comments
Comments
(0)