Re: pg_constraint.conincluding is useless
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: Pg Hackers <pgsql-hackers@postgresql.org>,
Teodor Sigaev <teodor@sigaev.ru>,
Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Date: 2018-09-02T17:27:25Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes: > This requires a catversion bump, for which it may seem a bit late; > however I think it's better to release pg11 without a useless catalog > column only to remove it in pg12 ... Catversion bumps during beta are routine. If we had put out rc1 I'd say it was too late, but we have not. If we do do a bump for beta4, I'd be strongly tempted to address the lack of a unique index for pg_constraint as well, cf https://www.postgresql.org/message-id/10110.1535907645@sss.pgh.pa.us regards, tom lane
Commits
-
Remove pg_constraint.conincluding
- c076f3d74af6 12.0 landed
- bd47c4a9d4ec 11.0 landed
-
Indexes with INCLUDE columns and their support in B-tree
- 8224de4f42cc 11.0 cited