change_recovery_conf_sample_v1.patch
text/x-patch
Filename: change_recovery_conf_sample_v1.patch
Type: text/x-patch
Part: 0
Message:
Re: recovery.conf.sample
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: context
Series: patch v1
| File | + | − |
|---|---|---|
| src/backend/access/transam/recovery.conf.sample | 5 | 10 |
*** a/src/backend/access/transam/recovery.conf.sample --- b/src/backend/access/transam/recovery.conf.sample *************** *** 55,60 **** --- 55,64 ---- #recovery_end_command = '' # # + #--------------------------------------------------------------------------- + # RECOVERY TARGET PARAMETERS + #--------------------------------------------------------------------------- + # # By default, recovery will rollforward to the end of the WAL log. # If you want to stop rollforward before that point, you # must set a recovery target. *************** *** 79,85 **** # # #--------------------------------------------------------------------------- ! # LOG-STREAMING REPLICATION PARAMETERS #--------------------------------------------------------------------------- # # When standby_mode is enabled, the PostgreSQL server will work as --- 83,89 ---- # # #--------------------------------------------------------------------------- ! # STANDBY SERVER PARAMETERS #--------------------------------------------------------------------------- # # When standby_mode is enabled, the PostgreSQL server will work as *************** *** 99,110 **** # when it's found. # #trigger_file = '' - # - #--------------------------------------------------------------------------- - # HOT STANDBY PARAMETERS - #--------------------------------------------------------------------------- - # - # If you want to enable read-only connections during recovery, enable - # recovery_connections in postgresql.conf - # - #--------------------------------------------------------------------------- --- 103,105 ----