mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Another fix for larger postmaster.pid files.
This commit is contained in:
@ -825,7 +825,7 @@ CreateLockFile(const char *filename, bool amPostmaster,
|
||||
*/
|
||||
if (isDDLock)
|
||||
{
|
||||
char *ptr = NULL;
|
||||
char *ptr = buffer;
|
||||
unsigned long id1,
|
||||
id2;
|
||||
int lineno;
|
||||
|
Reference in New Issue
Block a user