Re: Add more information_schema columns - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Add more information_schema columns
Date
Msg-id 6614.1518565187@sss.pgh.pa.us
Whole thread Raw
In response to Re: Add more information_schema columns  (Andres Freund <andres@anarazel.de>)
Responses Re: Add more information_schema columns  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> Do we have a policy about catversion bumps for information schema
> changes? A cluster from before this commit fails the regression tests
> after the change, but still mostly works...

I think historically we've not bumped catversion, on the grounds that
there's no incompatibility with the backend as such.  However, it is
kind of annoying that not updating means the regression tests fail.
Informally, I'm sure most developers take "catversion bump" to mean
"you need to initdb".  So I'd support saying that an information_schema
change should include a catversion bump if it involves any changes in
regression test results.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Nikita Glukhov
Date:
Subject: Re: SQL/JSON: JSON_TABLE
Next
From: Peter Eisentraut
Date:
Subject: Re: master plpython check fails on Solaris 10