Robert Haas <rhaas(at)postgresql(dot)org> writes:
> Prevent "snapshot too old" from trying to return pruned TOAST tuples.
Looks like this patch broke the build on castoroides. Recommend
changing InitToastSnapshot into a macro. (There's a reason why
InitDirtySnapshot is a macro.)
regards, tom lane