pgsql: Update pg_resetxlog's documentation on multixacts

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update pg_resetxlog's documentation on multixacts
Date: 2013-06-27 19:36:31
Message-ID: E1UsHzb-0000Fi-4g@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update pg_resetxlog's documentation on multixacts

I added some more functionality to it in 0ac5ad5134f27 but neglected to
add it to the docs.

Per Peter Eisentraut in message
1367112171(dot)32604(dot)4(dot)camel(at)vanquo(dot)pezone(dot)net

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9db4ad44eb02326bbe8eeaf7d1dd452844764a20

Modified Files
--------------
doc/src/sgml/ref/pg_resetxlog.sgml | 22 +++++++++++++---------
src/bin/pg_resetxlog/pg_resetxlog.c | 2 +-
2 files changed, 14 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message pgsql 2013-06-28 01:13:29 pgsql: Tag refs/tags/REL9_3_BETA2 was created
Previous Message Noah Misch 2013-06-27 19:05:22 pgsql: Permit super-MaxAllocSize allocations with MemoryContextAllocHug