> On 3 Jun 2021, at 16:12, Tom Lane wrote:
>
> Daniel Gustafsson writes:
>>> On 3 Jun 2021, at 11:53, tushar wrote:
>>> In one of my testing scenario, i found pg_upgrade is failed for
>>> 'plpgsql_call_handler' handle
>
>> This is intentional since the language template work in 8.1, before th
Daniel Gustafsson writes:
>> On 3 Jun 2021, at 11:53, tushar wrote:
>> In one of my testing scenario, i found pg_upgrade is failed for
>> 'plpgsql_call_handler' handle
> This is intentional since the language template work in 8.1, before then
> pg_dump would look up support functions in pg_cata
> On 3 Jun 2021, at 11:53, tushar wrote:
> In one of my testing scenario, i found pg_upgrade is failed for
> 'plpgsql_call_handler' handle
This isn't really a pg_upgrade issue but a pg_dump issue. The handler, inline
nd validator functions will be looked up among the functions loaded into
pg_d
Hi,
In one of my testing scenario, i found pg_upgrade is failed for
'plpgsql_call_handler' handler
Steps to reproduce - ( on any supported version of PG)
Perform initdb ( ./initdb -D d1 ; ./initdb -D d2)
Start d1 cluster(./pg_ctl -D d1 start) , connect to postgres (./psql
post