Re: Retiring support for pre-7.3 FK constraint triggers
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-03-05T20:57:00Z
Lists: pgsql-hackers
Daniel Gustafsson <daniel@yesql.se> writes: > When poking around here I realized that defGetStringList was also left unused. > It was added with the logical decoding code but the single callsite has since > been removed. As it's published in a header we might not want to remove it, > but I figured I'd bring it up as were talking about removing code. Hm. Kind of inclined to leave it, since somebody will probably need it again someday. regards, tom lane
Commits
-
Remove ancient hacks to ignore certain opclass names in CREATE INDEX.
- 84eca14bc4bd 13.0 landed
-
Remove ancient support for upgrading pre-7.3 foreign key constraints.
- e58a59975287 13.0 landed
-
Support for INCLUDE attributes in GiST indexes
- f2e403803fe6 12.0 cited
-
Remove pg_dump/pg_dumpall support for dumping from pre-8.0 servers.
- 64f3524e2c8d 10.0 cited
-
Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key
- a2899ebdc280 8.3.0 cited