Re: BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name

From: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Ash M <makmarath(at)hotmail(dot)com>, PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15572: Misleading message reported by "Drop function operation" on DB with functions having same name
Date: 2019-02-06 12:17:23
Message-ID: CAKJS1f-ad5i_rtnRQiU4sE5L8M3rZT-JEz7eT9KSqPH0Z-0cPQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Wed, 16 Jan 2019 at 12:38, David Rowley <david(dot)rowley(at)2ndquadrant(dot)com> wrote:
> I've attached another version with a newly added flag.

Looks like I missed updating a call in pltcl.c. Thanks to the
commitfest bot for noticing.

Updated patch attached.

--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
drop_func_if_not_exists_fix_v3.patch application/octet-stream 18.2 KB

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message shmv 2019-02-06 13:46:23 Query issues on Foreign tables
Previous Message Etsuro Fujita 2019-02-06 11:50:51 Re: BUG #15613: Bug in PG Planner for Foreign Data Wrappers

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2019-02-06 12:22:29 Re: fast defaults in heap_getattr vs heap_deform_tuple
Previous Message Michael Paquier 2019-02-06 11:49:12 Re: Add missing CREATE TABLE IF NOT EXISTS table_name AS EXECUTE query;