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

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

From
Robert Haas
Date:
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(-)