mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
A visit from the message-style police ...
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user