ClonedConstraint typedef is dead code?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: ClonedConstraint typedef is dead code?
Date: 2019-05-15 19:05:43
Message-ID: 18102.1557947143@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

catalog/pg_constraint.h defines a typedef ClonedConstraint,
which AFAICS is no longer referenced anywhere. Is there a
reason not to remove it?

(I noticed this while eyeballing a test pgindent run.)

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-05-15 19:07:13 Re: Are ctid chaining loops safe without relation size checks?
Previous Message Andres Freund 2019-05-15 19:02:09 Are ctid chaining loops safe without relation size checks?