Re: pgsql: Move SQL-callable code related to multixacts into its own file - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Move SQL-callable code related to multixacts into its own file
Date
Msg-id 476683.1755560289@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Move SQL-callable code related to multixacts into its own file  (Michael Paquier <michael@paquier.xyz>)
Responses Re: pgsql: Move SQL-callable code related to multixacts into its own file
List pgsql-committers
Michael Paquier <michael@paquier.xyz> writes:
> On Mon, Aug 18, 2025 at 09:47:14AM -0400, Tom Lane wrote:
>> Couldn't this have removed some #include-s from multixact.c?

> Right.  funcapi.h and fmgrprotos.h are direct dependencies, but
> looking closer it is also possible to remove four more of them.

Sounds good!

            regards, tom lane



pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Move SQL-callable code related to multixacts into its own file
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove unneeded header declarations in multixact.c