]> 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:31:55 +0000 (17:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Aug 2006 17:31:55 +0000 (17:31 +0000)
commit67b74fa7c77366cace4b38cf8b2f75e73ebb7d2d
tree59c41794d9319fd6798466c3efbc6c33eb410e33
parentef34386c8872c2743bc4849b6bd133ab76b97422
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