We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8def1d commit b4933f6Copy full SHA for b4933f6
src/utils/logger.c
@@ -92,6 +92,7 @@ init_logger(const char *root_path, LoggerConfig *config)
92
#if PG_VERSION_NUM >= 120000
93
/* Setup logging for functions from other modules called by pg_probackup */
94
pg_logging_init(PROGRAM_NAME);
95
+ errno = 0; /* sometimes pg_logging_init sets errno */
96
97
switch (logger_config.log_level_console)
98
{
0 commit comments