]> 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:48 +0000 (17:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Aug 2006 17:31:48 +0000 (17:31 +0000)
commit220db233f83fbc6c23b4717eb5c2c6d72b5abb9b
tree288b2c01b063302a09d4073069465f44f6b258f0
parentb0e56b9c0d0f447c36ce0b9bc78357600678c24f
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