10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e18f501 commit 244fd47Copy full SHA for 244fd47
src/backend/storage/smgr/md.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.82 2001/03/22 03:59:47 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/storage/smgr/md.c,v 1.83 2001/04/02 23:20:24 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -983,7 +983,7 @@ _mdfd_getrelnfd(Relation reln)
983
if (fd < 0)
984
{
985
if ((fd = mdopen(reln)) < 0)
986
- elog(ERROR, "cannot open relation %s",
+ elog(ERROR, "_mdfd_getrelnfd: cannot open relation %s: %m",
987
RelationGetRelationName(reln));
988
reln->rd_fd = fd;
989
}
0 commit comments