pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that
Date: 2006-08-31 17:31:33
Message-ID: 20060831173133.6F8EA9FB30A@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/catalog:
pg_conversion.c (r1.32 -> r1.33)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/pg_conversion.c.diff?r1=1.32&r2=1.33)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-08-31 17:31:40 pgsql: Clean up rather sloppy fix in HEAD for the ancient bug that
Previous Message User Gsmet 2006-08-31 17:30:44 pgfouine - pgfouine: Prepared statements support round 2