mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Change the suffix of auto conf temporary file from "temp" to "tmp".
Michael Paquier
This commit is contained in:
@ -6670,7 +6670,7 @@ AlterSystemSetConfigFile(AlterSystemStmt * altersysstmt)
|
||||
canonicalize_path(AutoConfFileName);
|
||||
snprintf(AutoConfTmpFileName, sizeof(AutoConfTmpFileName), "%s.%s",
|
||||
AutoConfFileName,
|
||||
"temp");
|
||||
"tmp");
|
||||
|
||||
/*
|
||||
* One backend is allowed to operate on file PG_AUTOCONF_FILENAME, to
|
||||
|
Reference in New Issue
Block a user