pgsql: Oops, forgot to fix the catversion when I committed the range ty - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Oops, forgot to fix the catversion when I committed the range ty
Date
Msg-id E1RN1y1-0007Z8-N6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Oops, forgot to fix the catversion when I committed the range types patch.
It was inadvertently changed to 201111111, which is a wrong date. Change it
to current date, and remove the comment that was supposed to remind me to
fix it before committing.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/780571cc9fcfc1d2c4a0212c19975f2ef0b2eb42

Modified Files
--------------
src/include/catalog/catversion.h |    3 +--
1 files changed, 1 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Don't assume that a tuple's header size is unchanged during toas
Next
From: Tom Lane
Date:
Subject: pgsql: Un-break horology regression test.