Change error messages to print the physical path, like
authorHeikki Linnakangas <heikki@enterprisedb.com>
Tue, 11 Nov 2008 13:19:16 +0000 (13:19 +0000)
committerHeikki Linnakangas <heikki@enterprisedb.com>
Tue, 11 Nov 2008 13:19:16 +0000 (13:19 +0000)
commit51bcdfa8092e252cefae312bd33c81fe475a873b
tree851ffefab750a9b9a382dab95a2e30ea7412294d
parent02186d02a8d99af1caa4e9fd317cc229fdb9ccf3
Change error messages to print the physical path, like
"base/11517/3767_fsm", instead of symbolic names like "1663/11517/3767/1",
per Alvaro's suggestion. I didn't change the messages in the higher-level
index, heap and FSM routines, though, where the fork is implicit.
src/backend/access/transam/xact.c
src/backend/access/transam/xlogutils.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/localbuf.c
src/backend/storage/smgr/md.c
src/backend/storage/smgr/smgr.c