Removing GlobalVisTestNonRemovableHorizon

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: pgsql-hackers@postgresql.org
Cc: Michael Paquier <michael@paquier.xyz>, Heikki Linnakangas <hlinnaka@iki.fi>, Robert Haas <robertmhaas@gmail.com>
Date: 2024-04-15T18:57:20Z
Lists: pgsql-hackers
Hi,

GlobalVisTestNonRemovableHorizon()/GlobalVisTestNonRemovableFullHorizon() only
existed for snapshot_too_old - but that was removed in f691f5b80a8.  I'm
inclined to think we should remove those functions for 17.  No new code should
use them.

Greetings,

Andres Freund



Commits

  1. Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore