mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Pgindent run before 9.1 beta2.
This commit is contained in:
@@ -135,7 +135,7 @@ crashDumpHandler(struct _EXCEPTION_POINTERS * pExceptionInfo)
|
||||
|
||||
systemTicks = GetTickCount();
|
||||
snprintf(dumpPath, _MAX_PATH,
|
||||
"crashdumps\\postgres-pid%0i-%0i.mdmp",
|
||||
"crashdumps\\postgres-pid%0i-%0i.mdmp",
|
||||
(int) selfPid, (int) systemTicks);
|
||||
dumpPath[_MAX_PATH - 1] = '\0';
|
||||
|
||||
|
Reference in New Issue
Block a user