Re: moving some code out of explain.c - Mailing list pgsql-hackers

From Álvaro Herrera
Subject Re: moving some code out of explain.c
Date
Msg-id 202502271921.qgzpfwpkaurg@alvherre.pgsql
Whole thread Raw
In response to Re: moving some code out of explain.c  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: moving some code out of explain.c
List pgsql-hackers
On 2025-Feb-27, Robert Haas wrote:

> I see that the Redis-FDW test is failing; it will now need to include
> "commands/explain_format.h" -- unless we  something, of course.

I wonder if it was really a useful idea to move the declarations of
those functions from explain.h to the new explain_format.h file.  It
seems that this new file now has a bunch of declarations that have
always been something of a public interface, together with others that
are only of internal explain.c interest, such as
ExplainOpenSetAsideGroup() and friends.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [PROPOSAL] : Disallow use of empty column name in (column_name '') in ALTER or CREATE of foreign table.
Next
From: Robert Haas
Date:
Subject: Re: moving some code out of explain.c