Re: WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree

2023-01-23 Thread Pavel Stehule
. > > > I thought so it is problem in my patch, but it looks like generic issue: > > > create table postgres.public.foo(a int); > > WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse > tree > > CREATE TABLE > > Heh. Probably we should

Re: WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree

2023-01-23 Thread Tom Lane
issue: > create table postgres.public.foo(a int); > WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree > CREATE TABLE Heh. Probably we should just drop that special treatment of the catalogname field --- that was always premature optimization, given that (I think)

WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree

2023-01-23 Thread Pavel Stehule
Hi Last time I wrote new tests for session variables. One is create variable :"DBNAME".public.var as int; On platform with enabled WRITE_READ_PARSE_PLAN_TREES I got warning "WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree" After some inve