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 8fa30f9 commit e1cc96dCopy full SHA for e1cc96d
src/backend/storage/ipc/procsignal.c
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/storage/ipc/procsignal.c,v 1.6 2010/02/26 02:01:00 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/ipc/procsignal.c,v 1.7 2010/08/30 06:33:22 heikki Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -66,7 +66,7 @@ static bool CheckProcSignal(ProcSignalReason reason);
66
static void CleanupProcSignalState(int status, Datum arg);
67
68
/*
69
- * ProcSignalShmemInit
+ * ProcSignalShmemSize
70
* Compute space needed for procsignal's shared memory
71
72
Size
0 commit comments