Regression in PG14 LookupFuncName

From: Sven Klemm <sven(at)timescale(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Regression in PG14 LookupFuncName
Date: 2021-09-09 00:01:11
Message-ID: CAMCrgp193a9sHepbsp_Pj1GxXiHCLtN3=Z9OK6SbpYBGxRVzVg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

In PG12 and PG13 LookupFuncName would return procedures as well as
functions while in PG14 since commit e56bce5d [0] it would disregard
all procedures
and not return them as match.

Is this intended behaviour or an unintended side effect of the refactoring?

Sven

[0] https://github.com/postgres/postgres/commit/e56bce5d

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-09-09 00:13:48 Re: Regression in PG14 LookupFuncName
Previous Message Jacob Champion 2021-09-08 21:54:27 Re: [PATCH] support tab-completion for single quote input with equal sign