pgsql: Fix crash if a DROP is attempted on an internally-dependent

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix crash if a DROP is attempted on an internally-dependent
Date: 2009-09-22 15:46:35
Message-ID: 20090922154635.3BD80753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix crash if a DROP is attempted on an internally-dependent object.
Introduced in 8.4 rewrite of dependency.c.
Per bug #5072 from Amit Khandekar.

Modified Files:
--------------
pgsql/src/backend/catalog:
dependency.c (r1.90 -> r1.91)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/dependency.c?r1=1.90&r2=1.91)
pgsql/src/test/regress/expected:
rules.out (r1.149 -> r1.150)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/rules.out?r1=1.149&r2=1.150)
pgsql/src/test/regress/sql:
rules.sql (r1.35 -> r1.36)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/rules.sql?r1=1.35&r2=1.36)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-09-22 15:46:43 pgsql: Fix crash if a DROP is attempted on an internally-dependent
Previous Message Peter Eisentraut 2009-09-21 22:22:07 pgsql: Surrogate pair support for U& string and identifier syntax This