pgsql: Propagate system identifier generation improvement into pg_reset

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Propagate system identifier generation improvement into pg_reset
Date: 2014-05-28 02:01:18
Message-ID: E1WpTB8-00044e-D2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Propagate system identifier generation improvement into pg_resetxlog.

Commit 5035701e07e8bd395aa878465a102afd7b74e8c3 improved xlog.c's method
for creating a database system identifier, but I neglected to fix the
copy of that code appearing in pg_resetxlog.c. Spotted by Andres Freund.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4bcb3946249cbeed157ffd545a804913cfce749b

Modified Files
--------------
src/bin/pg_resetxlog/pg_resetxlog.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-05-28 02:31:24 pgsql: Fix obsolete config-module-exclusion logic in vcregress.pl.
Previous Message Bruce Momjian 2014-05-28 01:30:58 pgsql: doc: improve ssl_ecdh_curve descriptions