pgsql: Forgotten catversion bump

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Forgotten catversion bump
Date: 2019-07-14 12:27:50
Message-ID: E1hmdba-0006cq-16@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Forgotten catversion bump

6254c55f81, c085e1c1cb and 075f0a880f all change system catalog. But
catversion bump is missed in all of them. So, do catversion bump now.

Also, I need mention patch reviewer Fabien Coelho, who has been missed in
commit messages of 6254c55f81, c085e1c1cb and 075f0a880f.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/565f3390005318ea4c982b8d054d56e9fe5a6454

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-07-14 12:29:33 Re: pgsql: Forgotten catversion bump
Previous Message Alexander Korotkov 2019-07-14 12:18:42 pgsql: Add support for <-> (box, point) operator to SP-GiST box_ops