Re: crash in pg_identify_object_as_address - Mailing list pgsql-hackers

From Tom Lane
Subject Re: crash in pg_identify_object_as_address
Date
Msg-id 8009.1550528007@sss.pgh.pa.us
Whole thread Raw
In response to crash in pg_identify_object_as_address  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: crash in pg_identify_object_as_address  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> I just came across a crash while debugging some corrupted system
> catalogs; pg_identify_object_as_address fails to cope with some NULL
> input, causing a crash.  Attached patch fixes it.  Naturally, the output
> array will contain NULL members in the output, but that's better than
> crashing ...

Hm, does this overlap with Paquier's much-delayed patch in
https://commitfest.postgresql.org/22/1947/
?

            regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Delay locking partitions during INSERT and UPDATE
Next
From: Euler Taveira
Date:
Subject: Re: proposal: pg_restore --convert-to-text