Re: pg_upgrade is failed for 'plpgsql_call_handler' handler

2021-06-03 Thread Daniel Gustafsson
> 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

Re: pg_upgrade is failed for 'plpgsql_call_handler' handler

2021-06-03 Thread Tom Lane
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

Re: pg_upgrade is failed for 'plpgsql_call_handler' handler

2021-06-03 Thread Daniel Gustafsson
> 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_upgrade is failed for 'plpgsql_call_handler' handler

2021-06-03 Thread tushar
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 postgres