pgsql: Remove a few of the new DROP-IF-EXISTS regression tests.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Remove a few of the new DROP-IF-EXISTS regression tests.
Дата
Msg-id E1RGjTT-0005mT-7g@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove a few of the new DROP-IF-EXISTS regression tests.

Commit 3301c83536e9da1e573e24ded2e610062dbf9cdc broke the build farm.
Let's try to fix that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0bf08994934d8e561c2cacc4fb4fc7e7eb602d2e

Modified Files
--------------
src/test/regress/expected/drop_if_exists.out |    4 ----
src/test/regress/sql/drop_if_exists.sql      |    3 ---
2 files changed, 0 insertions(+), 7 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Consolidate DROP handling for some object types.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF