Re: Retiring support for pre-7.3 FK constraint triggers - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Retiring support for pre-7.3 FK constraint triggers
Date
Msg-id 09D902BE-20CC-42CA-B8B7-4F92CE9823F6@yesql.se
Whole thread Raw
In response to Re: Retiring support for pre-7.3 FK constraint triggers  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: Retiring support for pre-7.3 FK constraint triggers  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> On 5 Mar 2020, at 19:36, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
>
> On 2020-Mar-05, Tom Lane wrote:
>
>> As long as we're thinking of zapping code that is long past its sell-by
>> date, I propose getting rid of this stanza in indexcmds.c, which
>> basically causes CREATE INDEX to ignore certain opclass specifications:
>
> I agree, this should be fine to remove.

The attached patchset removes this stanza as well.

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.

cheers ./daniel


Attachment

pgsql-hackers by date:

Previous
From: legrand legrand
Date:
Subject: Re: Planning counters in pg_stat_statements (using pgss_store)
Next
From: Antonin Houska
Date:
Subject: Re: Atomics in localbuf.c