Another fix for larger postmaster.pid files.

This commit is contained in:
Bruce Momjian 2010-12-28 09:34:11 -05:00
parent 06004319be
commit b4d3792daa

View File

@ -825,7 +825,7 @@ CreateLockFile(const char *filename, bool amPostmaster,
*/ */
if (isDDLock) if (isDDLock)
{ {
char *ptr = NULL; char *ptr = buffer;
unsigned long id1, unsigned long id1,
id2; id2;
int lineno; int lineno;