pgsql: Make sure we give an appropriate user-facing error when

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make sure we give an appropriate user-facing error when
Date: 2008-11-29 00:13:22
Message-ID: 20081129001322.4B71E7545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make sure we give an appropriate user-facing error when attempting
to drop a table that is referenced by an open cursor. Fix unstable
ecpg regression test result that was produced by this oversight.

Modified Files:
--------------
pgsql/src/backend/catalog:
heap.c (r1.346 -> r1.347)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/heap.c?r1=1.346&r2=1.347)
pgsql/src/interfaces/ecpg/test/expected:
sql-fetch.stderr (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/sql-fetch.stderr?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-29 00:39:46 pgsql: Fix recently-added array_agg tests to ensure they produce stable
Previous Message Tom Lane 2008-11-28 23:54:15 Re: pgsql: Reduce risk of accidentally running temp-install regression tests