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
1 changed files with 1 additions and 1 deletions

View File

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