Allow pg_resetxlog -f to reset pg_control counters using xlog
Bruce Momjian <bruce@momjian.us>
Allow pg_resetxlog -f to reset pg_control counters using xlog information, and add a -r option to reset pg_control without affecting xlog. yuanjia lee
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_resetxlog.sgml | modified | +22 −16 |
| src/bin/pg_resetxlog/pg_resetxlog.c | modified | +904 −85 |