Change error messages to print the physical path, like
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xact.c | modified | +9 −13 |
| src/backend/access/transam/xlogutils.c | modified | +34 −19 |
| src/backend/storage/buffer/bufmgr.c | modified | +28 −33 |
| src/backend/storage/buffer/localbuf.c | modified | +3 −5 |
| src/backend/storage/smgr/md.c | modified | +52 −137 |
| src/backend/storage/smgr/smgr.c | modified | +8 −7 |