Commit b4d3792d authored by Bruce Momjian's avatar Bruce Momjian

Another fix for larger postmaster.pid files.

parent 06004319
...@@ -825,7 +825,7 @@ CreateLockFile(const char *filename, bool amPostmaster, ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment