Re: [PATCH] Fix compilation of nodeMergejoin.c with EXEC_MERGEJOINDEBUG

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Tatsuya Kawata <kawatatatsuya0913(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Fix compilation of nodeMergejoin.c with EXEC_MERGEJOINDEBUG
Date: 2026-08-22 07:24:35
Message-ID: aolOs2bzsO5AaHZM@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Aug 22, 2026 at 09:58:37AM +0900, Tatsuya Kawata wrote:
> I have checked the patch on my side: the tree builds cleanly, make
> check passes, and I could not find any remaining references to
> execdebug.h or to the macros it used to define.
> LGTM.

Thanks for the reviews. Removed a couple of useless brackets, as
mentioned, and applied.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2026-08-22 07:43:18 Re: PG19 FK fast path: OOB write and missed FK checks during batched
Previous Message Shinya Kato 2026-08-22 06:39:04 Re: Add autovacuum_warning to surface concurrent vacuum collisions