pgsql: Throw a more on-point error for publications depending on column - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Throw a more on-point error for publications depending on column
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Throw a more on-point error for publications depending on columns.

Same as 42b041243, except that the trouble case is a publication
WHERE clause that depends on a column.

Again reported by Alexander Lakhin.  Back-patch to v15 where
we added publication WHERE clauses.

Discussion: https://postgr.es/m/[email protected]

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/11d40a44ba325f254562a3fbd8ccd2791f12b9b5

Modified Files
--------------
src/backend/commands/tablecmds.c | 15 ++++++++++++++-
1 file changed, 14 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Disallow direct change of NO INHERIT of not-null constraints
Next
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Fix compilation on OpenSSL 1.0.2 and LibreSSL