Re: amcheck is using a wrong macro to check compressed-ness
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-06-24T03:59:03Z
Lists: pgsql-hackers
On Wed, Jun 22, 2022 at 01:14:57PM -0400, Robert Haas wrote: > Oops, I missed this thread. I think the patch is correct, so I have > committed it. Thanks, Robert. -- Michael
Commits
-
amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.
- e243de03fb45 15.0 landed