]> granicus.if.org Git - postgresql/commit
Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF EXISTS.
authorRobert Haas <rhaas@postgresql.org>
Thu, 20 Oct 2011 03:45:31 +0000 (23:45 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 20 Oct 2011 03:45:31 +0000 (23:45 -0400)
commit1d751018d881f415a61787424d900ae8a7126da3
tree3ac645c6f27806680626187e9e49a409aff98081
parent0bf08994934d8e561c2cacc4fb4fc7e7eb602d2e
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
src/backend/commands/opclasscmds.c
src/test/regress/expected/drop_if_exists.out