pgsql: Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF
Date
Msg-id E1RGjbA-0005vQ-VZ@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove a few of the new DROP-IF-EXISTS regression tests.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix get_object_namespace() not to think extensions are "in" a sc