Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore

Andres Freund <andres@anarazel.de>

Commit: 3ab8cf92754d5ee4390af4e4840fb45d5bc25007
Author: Andres Freund <andres@anarazel.de>
Date: 2024-04-17T18:21:17Z
Releases: 17.0
Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore

GlobalVisTestNonRemovableHorizon() was only used for the implementation of
snapshot_too_old, which was removed in f691f5b80a8. As using
GlobalVisTestNonRemovableHorizon() is not particularly efficient, no new uses
for it should be added. Therefore remove.

Discussion: https://postgr.es/m/20240415185720.q4dg4dlcyvvrabz4@awork3.anarazel.de

Files

PathChange+/−
src/backend/storage/ipc/procarray.c modified +0 −30
src/include/utils/snapmgr.h modified +0 −2

Discussion