Re: Why is lorikeet so unstable in v14 branch only?

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@lists.postgresql.org
Date: 2022-03-26T21:19:43Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 3/26/22 15:49, Andres Freund wrote:
>> One interesting bit in the config is:
>> [ lack of ]
>> 'update_process_title = off'

> I'd forgotten about that. Let me do that for REL_14_STABLE and see where
> we get to.

Hm.  But if that does mitigate it, it still seems like a bug no?
Why would that be preferentially crashing partitioned-table creation?

			regards, tom lane



Commits

  1. Fix breakage of get_ps_display() in the PS_USE_NONE case.