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

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

On Sun, Aug 16, 2026 at 10:26:33AM -0400, Tom Lane wrote:
> +1. I'd be inclined to think about removing execdebug.h altogether.
> If this style of debug support were really useful, it would have
> migrated into more than three kinds of executor node by now.

Please find attached a patch to clean up execdebug.h and its APIs.
How does that look?

Here are the cleanup numbers:
6 files changed, 4 insertions(+), 348 deletions(-)
--
Michael

Attachment Content-Type Size
0001-Remove-execdebug.h-and-its-infrastructure.patch text/plain 30.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2026-08-21 06:53:21 Re: Support EXCEPT for TABLES IN SCHEMA publications
Previous Message vignesh C 2026-08-21 06:43:36 Re: Proposal: Conflict log history table for Logical Replication