diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-07-28 00:09:16 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-07-28 00:09:16 +0000 |
| commit | 81b5c8a1364e7d287fb0aaac848f7f84e64b86d3 (patch) | |
| tree | 6ce59b7bf5b0cd674a2b0e906adecdc98a231ddf /src/backend/storage/smgr/md.c | |
| parent | b556e8200e55261cf41de7ce8be4b38b0a062c2b (diff) | |
| download | postgresql-81b5c8a1364e7d287fb0aaac848f7f84e64b86d3.tar.gz | |
A visit from the message-style police ...
Diffstat (limited to 'src/backend/storage/smgr/md.c')
| -rw-r--r-- | src/backend/storage/smgr/md.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/smgr/md.c b/src/backend/storage/smgr/md.c index 739b4a8b48..bd46d3dbd5 100644 --- a/src/backend/storage/smgr/md.c +++ b/src/backend/storage/smgr/md.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.95 2003/07/24 22:04:15 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.96 2003/07/28 00:09:15 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -608,7 +608,7 @@ mdnblocks(Relation reln) */ v->mdfd_chain = _mdfd_openseg(reln, segno, O_CREAT); if (v->mdfd_chain == (MdfdVec *) NULL) - elog(ERROR, "could not count blocks for \"%s\": %m", + elog(ERROR, "could not count blocks of \"%s\": %m", RelationGetRelationName(reln)); } |
