forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit34a8b64
committed
Change recovery_init_sync_method to PGC_SIGHUP.
The setting has no effect except during startup. It's still nice to beable to change it dynamically, which is expected to be pretty useful toan admin following crash recovery when restarting the cluster is not soappealing.Per discussions following commits2941138 and61752af.Author: Justin Pryzby <pryzby@telsasoft.com>Reviewed-by: Fujii Masao <masao.fujii@oss.nttdata.com>Reviewed-by: Michael Paquier <michael@paquier.xyz>Reviewed-by: Thomas Munro <thomas.munro@gmail.com>Discussion:https://postgr.es/m/20210529192321.GM2082%40telsasoft.com1 parent79718c1 commit34a8b64
File tree
3 files changed
+3
-3
lines changed- doc/src/sgml
- src/backend/utils/misc
3 files changed
+3
-3
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9929 | 9929 |
| |
9930 | 9930 |
| |
9931 | 9931 |
| |
9932 |
| - | |
| 9932 | + | |
| 9933 | + | |
9933 | 9934 |
| |
9934 | 9935 |
| |
9935 | 9936 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4946 | 4946 |
| |
4947 | 4947 |
| |
4948 | 4948 |
| |
4949 |
| - | |
| 4949 | + | |
4950 | 4950 |
| |
4951 | 4951 |
| |
4952 | 4952 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
772 | 772 |
| |
773 | 773 |
| |
774 | 774 |
| |
775 |
| - | |
776 | 775 |
| |
777 | 776 |
| |
778 | 777 |
| |
|
0 commit comments
Comments
(0)