pgsql: Change error messages to print the physical path, like

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change error messages to print the physical path, like
Date: 2008-11-11 13:19:16
Message-ID: 20081111131916.628D17545A4@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xact.c (r1.266 -> r1.267)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xact.c?r1=1.266&r2=1.267)
xlogutils.c (r1.61 -> r1.62)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlogutils.c?r1=1.61&r2=1.62)
pgsql/src/backend/storage/buffer:
bufmgr.c (r1.240 -> r1.241)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/bufmgr.c?r1=1.240&r2=1.241)
localbuf.c (r1.81 -> r1.82)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/localbuf.c?r1=1.81&r2=1.82)
pgsql/src/backend/storage/smgr:
md.c (r1.139 -> r1.140)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/smgr/md.c?r1=1.139&r2=1.140)
smgr.c (r1.112 -> r1.113)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/smgr/smgr.c?r1=1.112&r2=1.113)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-11-11 14:17:02 pgsql: Fix sloppy omission of now-required #include's.
Previous Message User Achernow 2008-11-11 12:56:35 libpqtypes - libpqtypes: bumped configure.ac version from 1.2a to 1.2b