ClonedConstraint typedef is dead code?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-hackers@lists.postgresql.org
Date: 2019-05-15T19:05:43Z
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



Commits

  1. Remove no-longer-used typedef.