pgsql: Remove unneeded header declarations in multixact.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unneeded header declarations in multixact.c
Date: 2025-08-18 23:58:22
Message-ID: E1uo9k6-000YZD-0R@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unneeded header declarations in multixact.c

Two header declarations were related to SQL-callable functions, that
should have been cleaned up in df9133fa6384. Some more includes can be
removed on closer inspection, so let's clean up these as well, while on
it.

Reported-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/345438.1755524834@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24e71d53f88e1a37506cf1c9967b6db5d685f249

Modified Files
--------------
src/backend/access/transam/multixact.c | 5 -----
1 file changed, 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-08-19 00:09:34 pgsql: test_ddl_deparse: Rename test create_sequence_1 to create_sequen
Previous Message Tom Lane 2025-08-18 23:38:09 Re: pgsql: Move SQL-callable code related to multixacts into its own file