Control: reopen -1 Re: Tomas Barton > Sorry to bring this up again. I've tried to reproduce the issue on a > postgresql-13 cluster that wasn't affected by this bug.
Oh, that's a real issue then, reopening. I can confirm the crash here: 2021-09-09 14:18:33.448 CEST [1538480] LOG: server process (PID 1540244) was terminated by signal 11: Segmentation fault 2021-09-09 14:18:33.448 CEST [1538480] DETAIL: Failed process was running: COMMIT; > The bug appears to be introduced in 13.4-1.pgdg100+1 while > 13.3-1.pgdg100+1 works > fine. > Also affects 12.8-1.pgdg100+1 > > Steps to reproduce: > > pg_createcluster 13 main > createdb testdb > psql -d testdb -f postgresql-segfault.sql > > where the SQL is here: > https://gist.github.com/deric/b3e82a8ace7fb92935984c2f30361f5c > > Should I cross post this to [email protected]? I don't wanna > spam too many mailing lists. Post it to [email protected], either directly or via the bug submission form on the website. (Bonus points for inlining the gist.) (I can forward it for you, if you like.) Christoph

