Re: amcheck is using a wrong macro to check compressed-ness
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-06-22T17:14:57Z
Lists: pgsql-hackers
On Tue, Jun 21, 2022 at 9:56 PM Michael Paquier <michael@paquier.xyz> wrote: > On Thu, Jun 09, 2022 at 10:48:27AM +0900, Michael Paquier wrote: > > Three weeks later, ping. Robert, could you look at this thread? > > And again. beta2 is planned to next week, and this is still an open > item. I could look at that by myself, but I always tend to get easily > confused with all the VARATT macros when it comes to compressed blobs, > so it would take a bit of time. Oops, I missed this thread. I think the patch is correct, so I have committed it. -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.
- e243de03fb45 15.0 landed