Fix DROP FUNCTION IF NOT EXISTS with ambiguous function

Edit
ID 1982
Title Fix DROP FUNCTION IF NOT EXISTS with ambiguous function
Topic Bug Fixes
Created 2019-02-04 23:12:56
Last modified 2019-03-22 13:12:42 (5 years, 8 months ago)
Latest email 2019-03-22 04:20:07 (5 years, 8 months ago)
Status
2019-03: Committed
Target version 12
Authors David Rowley (davidrowley)
Reviewers Pavel Stehule (okbobcz), Julien Rouhaud (rjuju)Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/1982
git checkout commitfest/cf/1982
Emails
BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name
First at 2019-01-03 20:27:33 by PG Bug reporting form <noreply at postgresql.org>
Latest at 2019-03-22 04:20:07 by David Rowley <david.rowley at 2ndquadrant.com>
Latest attachment (drop_func_if_not_exists_fix_v9.patch) at 2019-03-20 11:43:26 from David Rowley <david.rowley at 2ndquadrant.com>
    Attachment (drop_func_if_not_exists_fix_v9.patch) at 2019-03-20 11:43:26 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (drop_func_if_not_exists_fix_v8.patch) at 2019-03-10 15:18:37 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (drop_func_if_not_exists_fix_v7.patch) at 2019-02-20 08:34:15 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (drop_func_if_not_exists_fix_v6.patch) at 2019-02-19 20:01:45 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (drop_func_if_not_exists_fix_v5.patch) at 2019-02-11 02:36:17 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (drop_func_if_not_exists_fix_v4.patch) at 2019-02-10 22:05:54 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (drop_func_if_not_exists_fix_v3.patch) at 2019-02-06 12:17:23 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (drop_func_if_not_exists_fix_v2.patch) at 2019-01-15 23:38:55 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
    Attachment (drop_func_if_not_exists_fix.patch) at 2019-01-07 23:55:54 from David Rowley <david.rowley at 2ndquadrant.com> (Patch: Yes)
History
When Who What
2019-03-22 13:12:42 David Rowley (davidrowley) Closed in commitfest 2019-03 with status: Committed
2019-03-20 23:19:28 Tom Lane (tgl) Added tgl as committer
2019-03-19 15:30:26 Pavel Stehule (okbobcz) Added okbobcz as reviewer
2019-03-19 15:30:17 Pavel Stehule (okbobcz) Posted review with messageid <155300941700.16480.7948036003189357692.pgcf@coridan.postgresql.org>
2019-03-19 15:30:16 Pavel Stehule (okbobcz) New status: Ready for Committer
2019-03-10 22:48:56 David Rowley (davidrowley) New status: Needs review
2019-03-03 20:14:27 Tom Lane (tgl) New status: Waiting on Author
2019-02-19 20:20:18 Julien Rouhaud (rjuju) New status: Ready for Committer
2019-02-19 16:04:14 Julien Rouhaud (rjuju) New status: Waiting on Author
2019-02-18 20:42:11 David Rowley (davidrowley) Changed targetversion to 12
2019-02-18 18:53:38 Julien Rouhaud (rjuju) Added rjuju as reviewer
2019-02-04 23:13:16 David Rowley (davidrowley) Changed authors to David Rowley (davidrowley)
2019-02-04 23:12:56 David Rowley (davidrowley) Attached mail thread 15572-ed1b9ed09503de8a@postgresql.org
2019-02-04 23:12:56 David Rowley (davidrowley) Created patch record
Edit