pgsql: pg_upgrade: Add C comment about NextXID delimiter

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_upgrade: Add C comment about NextXID delimiter
Date: 2016-02-12 22:53:41
Message-ID: E1aUMar-0003bl-0T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: Add C comment about NextXID delimiter

We don't test the catversion for the NextXID delimiter change, we just
test the string contents; explain why.

Reported-by: Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/13a6fa3634a70f58e043c78984cd2fb626abcc16

Modified Files
--------------
src/bin/pg_upgrade/controldata.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-02-12 23:22:32 Re: Re: [COMMITTERS] pgsql: Add some isolation tests for deadlock detection and resolution.
Previous Message Robert Haas 2016-02-12 22:49:04 Re: pgsql: Add missing "static" qualifier.