| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | Re: pgsql: Move SQL-callable code related to multixacts into its own file |
| Date: | 2025-08-18 23:24:04 |
| Message-ID: | aKO2FEbirGYRPwk8@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
On Mon, Aug 18, 2025 at 09:47:14AM -0400, Tom Lane wrote:
> Michael Paquier <michael(at)paquier(dot)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 | Content-Type | Size |
|---|---|---|
| multixact-header.patch | text/x-diff | 893 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2025-08-18 23:38:09 | Re: pgsql: Move SQL-callable code related to multixacts into its own file |
| Previous Message | David Rowley | 2025-08-18 23:14:42 | pgsql: Remove HASH_DEBUG output from dynahash.c |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2025-08-18 23:28:07 | Re: Sequence Access Methods, round two |
| Previous Message | Masahiko Sawada | 2025-08-18 23:21:20 | Re: Logical Replication of sequences |