pgsql: Remove long-unused TransactionIdIsActive()

Started by Andres Freundabout 1 year ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

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: /messages/by-id/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(-)