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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Make sure we give an appropriate user-facing error when
Дата
Msg-id 20081129001322.4B71E7545A4@cvs.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Reduce risk of accidentally running temp-install regression tests
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix recently-added array_agg tests to ensure they produce stable