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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add "skipping" to the NOTICE produced by DROP OPERATOR CLASS IF
Date: 2011-10-20 03:47:16
Message-ID: E1RGjbA-0005vQ-VZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-10-20 04:07:53 pgsql: Fix get_object_namespace() not to think extensions are "in" a sc
Previous Message Robert Haas 2011-10-20 03:39:19 pgsql: Remove a few of the new DROP-IF-EXISTS regression tests.