From: | Andres Freund <andres(at)anarazel(dot)de> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | pgsql-hackers(at)postgresql(dot)org, Heikki Linnakangas <hlinnaka(at)iki(dot)fi>, Robert Haas <robertmhaas(at)gmail(dot)com> |
Subject: | Re: Removing GlobalVisTestNonRemovableHorizon |
Date: | 2024-04-17 19:41:59 |
Message-ID: | 20240417194159.z5aw5fan3nnnv54m@awork3.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2024-04-16 07:32:55 +0900, Michael Paquier wrote:
> On Mon, Apr 15, 2024 at 11:57:20AM -0700, Andres Freund wrote:
> > 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.
>
> RMT hat on. Feel free to go ahead and clean up that now. No
> objections from here as we don't want to take the risk of this stuff
> getting more used in the wild.
Cool. Pushed the removal..
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2024-04-17 20:16:55 | fix tablespace handling in pg_combinebackup |
Previous Message | Andres Freund | 2024-04-17 19:41:29 | Re: Removing GlobalVisTestNonRemovableHorizon |