diff options
Diffstat (limited to 'src/include/storage/proc.h')
| -rw-r--r-- | src/include/storage/proc.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/include/storage/proc.h b/src/include/storage/proc.h index f77c4d3fc29..fe35db13dc3 100644 --- a/src/include/storage/proc.h +++ b/src/include/storage/proc.h @@ -145,7 +145,7 @@ typedef struct PROC_HDR  	/* The proc of the Startup process, since not in ProcArray */  	PGPROC	   *startupProc;  	int			startupProcPid; -	/* Buffer id of the buffer that Startup process waits for pin on */ +	/* Buffer id of the buffer that Startup process waits for pin on, or -1 */  	int			startupBufferPinWaitBufId;  } PROC_HDR; | 
