]> granicus.if.org Git - postgresql/commit
Repair breakage of inherited constraint expressions --- needed a
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jan 2000 19:57:00 +0000 (19:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jan 2000 19:57:00 +0000 (19:57 +0000)
commit47a895fe725e1b993a1e127aa534ebdc82982ff0
tree9914c637c59f092e05fa5e609e14283bfe26f4c9
parent7d715ba063294138e3f3dc4e277772a92407ed75
Repair breakage of inherited constraint expressions --- needed a
CommandCounterIncrement to make new relation visible before trying to
parse/deparse the expressions.  Also, eliminate unnecessary
setheapoverride calls in AddNewAttributeTuples.
src/backend/catalog/heap.c