Make vacuum_defer_cleanup_age be PGC_SIGHUP level, since it's not sensible

Tom Lane <tgl@sss.pgh.pa.us>

Commit: aceedd88f612472dae447fb59077abe8ed22f1f6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-07-03T21:23:58Z
Releases: 9.0.0
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