Re: crash in pg_identify_object_as_address
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>, Pg Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-02-19T02:21:38Z
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
Commits
-
Make object address handling more robust
- 5721b9b3ceaa 12.0 landed
- 728ac262d18e 11.3 landed
- ddad002dea73 10.8 landed
- 545928bbbf9c 9.5.17 landed
- e4542ca9610c 9.6.13 landed