OSDN Git Service

Re-enable pg_resetxlog to accept -l values in hexadecimal (it used to
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Oct 2002 21:30:13 +0000 (21:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 2 Oct 2002 21:30:13 +0000 (21:30 +0000)
commit71e74a2f587ab8847e99b431b40d6acf62144128
tree8b49322891e4a6b5327204a2f8ec3b9c843874a9
parent388ad64dc7b0adfef2b5209f1204deba1108832c
Re-enable pg_resetxlog to accept -l values in hexadecimal (it used to
be able to do that, but the ability seems to have got lost in the
shuffle).  Add a -o nextOID switch for completeness.  Improve the
documentation to explain how and why to use these switches.
doc/src/sgml/ref/pg_resetxlog.sgml
src/bin/pg_resetxlog/pg_resetxlog.c