]> granicus.if.org Git - postgresql/commit
Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Aug 2006 17:32:01 +0000 (17:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Aug 2006 17:32:01 +0000 (17:32 +0000)
commit152dbad1ebb7de61353f3ddbec0693e35cb24333
treef64ea8fa03e3ad33537dbc4d97f60d2489d5a8f1
parent2b3d2717c4c3bc8e8a6656fbb614dde82f6265fd
Clean up rather sloppy fix in HEAD for the ancient bug that CREATE CONVERSION
didn't create a dependency from the new conversion to its schema.  Back-patch
to all supported releases.
src/backend/catalog/pg_conversion.c