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

From Michael Paquier
Subject Re: pgsql: Move SQL-callable code related to multixacts into its own file
Date
Msg-id aKO2FEbirGYRPwk8@paquier.xyz
Whole thread Raw
In response to Re: pgsql: Move SQL-callable code related to multixacts into its own file  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Move SQL-callable code related to multixacts into its own file
List pgsql-committers
On Mon, Aug 18, 2025 at 09:47:14AM -0400, Tom Lane wrote:
> Michael Paquier <michael@paquier.xyz> writes:
> > Move SQL-callable code related to multixacts into its own file
>
> 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.
--
Michael

Attachment

pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Remove HASH_DEBUG output from dynahash.c
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Move SQL-callable code related to multixacts into its own file