Re: BUG: test_ginpostinglist second itemptr check is a no-op due to copy-paste error - Mailing list pgsql-hackers

From John Naylor
Subject Re: BUG: test_ginpostinglist second itemptr check is a no-op due to copy-paste error
Date
Msg-id CANWCAZbHJmmais=W-4BmP3ZTdGSUSxKMV07idje3CfKtJirxxw@mail.gmail.com
Whole thread
In response to BUG: test_ginpostinglist second itemptr check is a no-op due to copy-paste error  (Jianghua Yang <yjhjstz@gmail.com>)
Responses Re: BUG: test_ginpostinglist second itemptr check is a no-op due to copy-paste error
List pgsql-hackers
On Tue, Mar 24, 2026 at 8:45 AM Jianghua Yang <yjhjstz@gmail.com> wrote:
>   The attached patch fixes the second check to compare orig_itemptrs[1]
>   with decoded_itemptrs[1] and reports (blk, off) as the expected
>   value in the error message.

Seems right to me, thanks for the patch. I'll take care of this.

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: Jianghua Yang
Date:
Subject: BUG: test_ginpostinglist second itemptr check is a no-op due to copy-paste error
Next
From: Chao Li
Date:
Subject: Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions