]> granicus.if.org Git - postgresql/commit
Allow pg_resetxlog -f to reset pg_control counters using xlog
authorBruce Momjian <bruce@momjian.us>
Wed, 26 Apr 2006 02:17:15 +0000 (02:17 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 26 Apr 2006 02:17:15 +0000 (02:17 +0000)
commit0df32e3cbef991f2fcec6498ff882d8172a35d28
tree4bd803d6737495b766f0458cc950b3f534a71741
parent3289a932a95667df9ec982135e42bd4d28d7897d
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
doc/src/sgml/ref/pg_resetxlog.sgml
src/bin/pg_resetxlog/pg_resetxlog.c