Regression in PG14 LookupFuncName - Mailing list pgsql-hackers

From Sven Klemm
Subject Regression in PG14 LookupFuncName
Date
Msg-id CAMCrgp193a9sHepbsp_Pj1GxXiHCLtN3=Z9OK6SbpYBGxRVzVg@mail.gmail.com
Whole thread Raw
Responses Re: Regression in PG14 LookupFuncName
List 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



pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: [PATCH] support tab-completion for single quote input with equal sign
Next
From: Tom Lane
Date:
Subject: Re: Regression in PG14 LookupFuncName