Re: Brokenness in dump/restore for GENERATED expressions

2020-02-03 Thread Peter Eisentraut
On 2020-01-30 19:54, Tom Lane wrote: Using today's HEAD, the regression database cannot be dumped and restored normally. Since the buildfarm isn't all red, I suppose it works in --binary-upgrade mode ... but if I just do $ make installcheck # to set up the test database $ pg_dump -Fc regressio

Brokenness in dump/restore for GENERATED expressions

2020-01-30 Thread Tom Lane
Using today's HEAD, the regression database cannot be dumped and restored normally. Since the buildfarm isn't all red, I suppose it works in --binary-upgrade mode ... but if I just do $ make installcheck # to set up the test database $ pg_dump -Fc regression >r.dump $ createdb r2 $ pg_restore -d