1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

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)
{
char *ptr = NULL;
char *ptr = buffer;
unsigned long id1,
id2;
int lineno;