pgsql: Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF
Дата
Msg-id E1RGjbA-0005vQ-VZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.

This makes this message consistent with all the other similar notices
produced by other DROP IF EXISTS commands.

Noted by KaiGai Kohei

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1d751018d881f415a61787424d900ae8a7126da3

Modified Files
--------------
src/backend/commands/opclasscmds.c           |    2 +-
src/test/regress/expected/drop_if_exists.out |    2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Remove a few of the new DROP-IF-EXISTS regression tests.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix get_object_namespace() not to think extensions are "in" a sc