mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix typo in comment.
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* IDENTIFICATION
|
* 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);
|
static void CleanupProcSignalState(int status, Datum arg);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ProcSignalShmemInit
|
* ProcSignalShmemSize
|
||||||
* Compute space needed for procsignal's shared memory
|
* Compute space needed for procsignal's shared memory
|
||||||
*/
|
*/
|
||||||
Size
|
Size
|
||||||
|
Reference in New Issue
Block a user