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

From: John Naylor <johncnaylorls(at)gmail(dot)com>
To: Jianghua Yang <yjhjstz(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: BUG: test_ginpostinglist second itemptr check is a no-op due to copy-paste error
Date: 2026-03-24 01:59:11
Message-ID: CANWCAZbHJmmais=W-4BmP3ZTdGSUSxKMV07idje3CfKtJirxxw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Mar 24, 2026 at 8:45 AM Jianghua Yang <yjhjstz(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chao Li 2026-03-24 02:24:42 Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions
Previous Message Jianghua Yang 2026-03-24 01:44:40 BUG: test_ginpostinglist second itemptr check is a no-op due to copy-paste error