Re-enable pg_resetxlog to accept -l values in hexadecimal (it used to

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

Commit: 71e74a2f587ab8847e99b431b40d6acf62144128
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-10-02T21:30:13Z
Releases: 7.3.1
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.

Files

PathChange+/−
doc/src/sgml/ref/pg_resetxlog.sgml modified +39 −12
src/bin/pg_resetxlog/pg_resetxlog.c modified +55 −16