Re: Pg18 Recursive Crash - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Pg18 Recursive Crash
Date
Msg-id 2838705.1734567760@sss.pgh.pa.us
Whole thread Raw
In response to Re: Pg18 Recursive Crash  (Richard Guo <guofenglinux@gmail.com>)
List pgsql-hackers
Richard Guo <guofenglinux@gmail.com> writes:
> I see.  I didn't notice any real issues with that; I was just flagged
> by the XXX comment there, which raises the question of whether it's
> worth working harder to determine the inputOps.

I was intending to add some code to my nodeSetop patch to see if
both input plan nodes use the same fixed slot type, and if so
pass that rather than NULL to BuildTupleHashTableExt.  Perhaps
nodeRecursiveunion could do the same thing (in which case we
probably ought to abstract that out to a subroutine).

            regards, tom lane



pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Pg18 Recursive Crash
Next
From: Andres Freund
Date:
Subject: Re: Back-patch of: avoid multiple hard links to same WAL file after a crash