Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible
Tom Lane <tgl@sss.pgh.pa.us>
Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible to have different values in different processes of the primary server. Also put it into the "Streaming Replication" GUC category; it doesn't belong in "Standby Servers" because you use it on the master not the standby. In passing also correct guc.c's idea of wal_keep_segments' category.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +26 −24 |
| src/backend/storage/ipc/procarray.c | modified | +10 −2 |
| src/backend/utils/misc/guc.c | modified | +4 −4 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |