pgsql: Remove long-unused TransactionIdIsActive()

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove long-unused TransactionIdIsActive()
Date: 2025-07-12 15:20:24
Message-ID: E1uac1Y-005waU-1X@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove long-unused TransactionIdIsActive()

TransactionIdIsActive() has not been used since bb38fb0d43c, in 2014. There
are no known uses in extensions either and it's hard to see valid uses for
it. Therefore remove TransactionIdIsActive().

Discussion: https://postgr.es/m/odgftbtwp5oq7cxjgf4kjkmyq7ypoftmqy7eqa7w3awnouzot6@hrwnl5tdqrgu

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f2c87ac04e73511a19dc36343f102eed3332573c

Modified Files
--------------
src/backend/storage/ipc/procarray.c | 52 -------------------------------------
src/include/storage/procarray.h | 1 -
2 files changed, 53 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-07-12 15:50:43 pgsql: Replace float8 with int in date2isoweek() and date2isoyear().
Previous Message Thomas Munro 2025-07-12 04:38:40 pgsql: aio: Fix configuration reload in IO workers.