Skip to content
Snippets Groups Projects
Commit b4d3792d authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Another fix for larger postmaster.pid files.

parent 06004319
No related branches found
No related tags found
No related merge requests found
......@@ -825,7 +825,7 @@ CreateLockFile(const char *filename, bool amPostmaster,
*/
if (isDDLock)
{
char *ptr = NULL;
char *ptr = buffer;
unsigned long id1,
id2;
int lineno;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment