Skip to content

Commit 5ca3d50

Browse files
committed
Clarify log messages
1 parent e211470 commit 5ca3d50

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.548 2007/11/15 22:25:16 momjian Exp $
40+
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.549 2007/12/13 11:55:44 petere Exp $
4141
*
4242
* NOTES
4343
*
@@ -1712,15 +1712,15 @@ processCancelRequest(Port *port, void *pkt)
17121712
else
17131713
/* Right PID, wrong key: no way, Jose */
17141714
ereport(LOG,
1715-
(errmsg("bad key in cancel request for process %d",
1715+
(errmsg("wrong key in cancel request for process %d",
17161716
backendPID)));
17171717
return;
17181718
}
17191719
}
17201720

17211721
/* No matching backend */
17221722
ereport(LOG,
1723-
(errmsg("bad pid in cancel request for process %d",
1723+
(errmsg("PID %d in cancel request did not match any process",
17241724
backendPID)));
17251725
}
17261726

src/backend/storage/file/fd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.141 2007/11/15 21:14:38 momjian Exp $
10+
* $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.142 2007/12/13 11:55:44 petere Exp $
1111
*
1212
* NOTES:
1313
*
@@ -1003,7 +1003,7 @@ FileClose(File file)
10031003
{
10041004
if (filestats.st_size >= log_temp_files)
10051005
ereport(LOG,
1006-
(errmsg("temp file: path \"%s\" size %lu",
1006+
(errmsg("temporary file: path \"%s\", size %lu",
10071007
vfdP->fileName,
10081008
(unsigned long) filestats.st_size)));
10091009
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy