Re: [PATCH] Fix memory corruption in pg_shdepend.c
От
Michael Paquier
Тема
Re: [PATCH] Fix memory corruption in pg_shdepend.c
Дата
Msg-id
YXDeB+wASDrzluwA@paquier.xyz
Ответ на
Re: [PATCH] Fix memory corruption in pg_shdepend.c (Peter Geoghegan)
Список
Дерево обсуждения
[PATCH] Fix memory corruption in pg_shdepend.c Aleksander Alekseev <aleksander@timescale.com>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Michael Paquier <michael@paquier.xyz>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Peter Geoghegan <pg@bowt.ie>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Michael Paquier <michael@paquier.xyz>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Peter Geoghegan <pg@bowt.ie>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Michael Paquier <michael@paquier.xyz>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Aleksander Alekseev <aleksander@timescale.com>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Michael Paquier <michael@paquier.xyz>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Daniel Gustafsson <daniel@yesql.se>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Daniel Gustafsson <daniel@yesql.se>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Michael Paquier <michael@paquier.xyz>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Daniel Gustafsson <daniel@yesql.se>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Aleksander Alekseev <aleksander@timescale.com>
Re: [PATCH] Fix memory corruption in pg_shdepend.c "David G. Johnston" <david.g.johnston@gmail.com>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Michael Paquier <michael@paquier.xyz>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Michael Paquier <michael@paquier.xyz>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Michael Paquier <michael@paquier.xyz>
Re: [PATCH] Fix memory corruption in pg_shdepend.c Daniel Gustafsson <daniel@yesql.se>
On Wed, Oct 20, 2021 at 07:59:50PM -0700, Peter Geoghegan wrote: > I think that EDB's pg_catcheck tool can detect problems like this one. Yes, pg_catcheck is able to catch that. > Perhaps it can be converted into an amcheck/pg_amcheck patch, and > submitted. That would give us very broad coverage. Perhaps. This means the creation of a new database with shared deps in contrib/amcheck/t/. But is amcheck really a correct target here? The fields involved here are an int, some OIDs and a char with a given subset of values making them harder to check. pg_catcheck does checks across catalogs, maintaining a mapping list as of its definitions.c. -- Michael
В списке pgsql-hackers по дате отправления