Re: crash in pg_identify_object_as_address

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: crash in pg_identify_object_as_address
Date: 2019-02-19 02:21:38
Message-ID: 20190219022138.GM15532@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 18, 2019 at 05:13:27PM -0500, Tom Lane wrote:
> Hm, does this overlap with Paquier's much-delayed patch in
> https://commitfest.postgresql.org/22/1947/

It partially overlaps, still my patch set would crash as well in that
case. Treating object_names the same way as object_args sounds good
to me, as well as making strlist_to_textarray smarter to treat NULL
inputs.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2019-02-19 02:54:59 Change of email address
Previous Message Chengchao Yu 2019-02-19 02:07:32 RE: [PATCH] Fix Proposal - Deadlock Issue in Single User Mode When IO Failure Occurs