]> granicus.if.org Git - postgresql/commit
Change error messages to print the physical path, like
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 11 Nov 2008 13:19:16 +0000 (13:19 +0000)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 11 Nov 2008 13:19:16 +0000 (13:19 +0000)
commit7e8b0b9ab1a9b4b20f0ebb5b8924a2f43e787072
treede4281eeeb3f6b14a322407d666d757c002480ad
parentc7f5c7c128c4a17aa0fb8b787b20a21b180c8c1d
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