Fix typo in comment.
This commit is contained in:
parent
8fa30f906b
commit
e1cc96dbf0
@ -8,7 +8,7 @@
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $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 $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -66,7 +66,7 @@ static bool CheckProcSignal(ProcSignalReason reason);
|
||||
static void CleanupProcSignalState(int status, Datum arg);
|
||||
|
||||
/*
|
||||
* ProcSignalShmemInit
|
||||
* ProcSignalShmemSize
|
||||
* Compute space needed for procsignal's shared memory
|
||||
*/
|
||||
Size
|
||||
|
Loading…
Reference in New Issue
Block a user