pgsql: Remove no-longer-used typedef.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove no-longer-used typedef.
Date: 2019-05-15 21:27:06
Message-ID: E1hR1QY-0002aI-OC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove no-longer-used typedef.

struct ClonedConstraint is no longer needed, so delete it.

Discussion: https://postgr.es/m/18102.1557947143@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8a0f0ad54047c8dc1430e521e2dc90f2cd138a9d

Modified Files
--------------
src/include/catalog/pg_constraint.h | 13 -------------
1 file changed, 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2019-05-15 21:44:53 Re: pgsql: Compute XID horizon for page level index vacuum on primary.
Previous Message Peter Geoghegan 2019-05-15 19:22:24 pgsql: Reverse order of newitem nbtree candidate splits.