pgsql: Fix DROP ACCESS METHOD IF EXISTS. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix DROP ACCESS METHOD IF EXISTS.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Fix DROP ACCESS METHOD IF EXISTS.

The IF EXISTS option was documented, and implemented in the grammar, but
it didn't actually work for lack of support in does_not_exist_skipping().
Per bug #14160.

Report and patch by Kouhei Sutou

Report: <[email protected]>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/83dbde94f726f2517a79b1cea59e57452c36e734

Modified Files
--------------
src/backend/commands/dropcmds.c              | 6 +++++-
src/test/regress/expected/drop_if_exists.out | 5 +++++
src/test/regress/sql/drop_if_exists.sql      | 4 ++++
3 files changed, 14 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: [HACKERS] Re: pgsql: Avoid extra locks in GetSnapshotData if old_snapshot_threshold <
Next
From: Tom Lane
Date:
Subject: pgsql: Fix release-note typo.