Re-enable pg_resetxlog to accept -l values in hexadecimal (it used to
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_resetxlog.sgml | modified | +39 −12 |
| src/bin/pg_resetxlog/pg_resetxlog.c | modified | +55 −16 |