Thread: pgsql: Better error reporting if the link target is too long

pgsql: Better error reporting if the link target is too long

From
Magnus Hagander
Date:
Better error reporting if the link target is too long

This situation won't set errno, so using %m will give an incorrect
error message.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0d9b09282fbf2a21160d57d2f11785cb23841909

Modified Files
--------------
src/backend/utils/adt/misc.c |    5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)