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:
@ -834,7 +834,7 @@ sendDir(char *path, int basepathlen, bool sizeonly, List *tablespaces)
|
||||
|
||||
/* skip auto conf temporary file */
|
||||
if (strncmp(de->d_name,
|
||||
PG_AUTOCONF_FILENAME ".temp",
|
||||
PG_AUTOCONF_FILENAME ".tmp",
|
||||
sizeof(PG_AUTOCONF_FILENAME) + 4) == 0)
|
||||
continue;
|
||||
|
||||
|
Reference in New Issue
Block a user