pgsql: Minor editorializing on pg_controldata and pg_resetxlog: adjust

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor editorializing on pg_controldata and pg_resetxlog: adjust
Date: 2010-04-28 19:38:49
Message-ID: 20100428193849.D242A7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Minor editorializing on pg_controldata and pg_resetxlog: adjust some message
wording, deal explicitly with some fields that were being silently left zero.

Modified Files:
--------------
pgsql/src/bin/pg_controldata:
pg_controldata.c (r1.48 -> r1.49)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_controldata/pg_controldata.c?r1=1.48&r2=1.49)
pgsql/src/bin/pg_resetxlog:
pg_resetxlog.c (r1.79 -> r1.80)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c?r1=1.79&r2=1.80)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-04-28 21:18:07 pgsql: Modify information_schema._pg_keysequal() to avoid search path
Previous Message Thom Brown 2010-04-28 17:39:20 Re: pgsql: Introduce wal_level GUC to explicitly control if information