Improve error message on snapshot import in snapmgr.c

Michael Paquier <michael@paquier.xyz>

Commit: a4cef3384d6de4d60989303e56883a9ff2239608
Author: Michael Paquier <michael@paquier.xyz>
Date: 2023-09-14T01:30:37Z
Releases: 11.22
Improve error message on snapshot import in snapmgr.c

When a snapshot file fails to be read in ImportSnapshot(), it would
issue an ERROR as "invalid snapshot identifier" when opening a stream
for it in read-only mode.  This error message is reworded to be the same
as all the other messages used in this case on failure, which is useful
when debugging this area.

Thinko introduced by bb446b689b66 where snapshot imports have been
added.  A backpatch down to 11 is done as this can improve any work
related to snapshot imports in older branches.

Author: Bharath Rupireddy
Reviewed-by: Daniel Gustafsson
Discussion: https://postgr.es/m/CALj2ACWmr=3KdxDkm8h7Zn1XxBoF6hdzq8WQyMn2y1OL5RYFrg@mail.gmail.com
Backpatch-through: 11

Files

PathChange+/−
src/backend/utils/time/snapmgr.c modified +3 −2

Discussion