mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +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)
|
if (isDDLock)
|
||||||
{
|
{
|
||||||
char *ptr = NULL;
|
char *ptr = buffer;
|
||||||
unsigned long id1,
|
unsigned long id1,
|
||||||
id2;
|
id2;
|
||||||
int lineno;
|
int lineno;
|
||||||
|
Reference in New Issue
Block a user