pg_probackup icon indicating copy to clipboard operation
pg_probackup copied to clipboard

не собирается pg_probackup

Open akalend opened this issue 8 months ago • 1 comments

При сборки из исходников возникают ошибки:

/usr/local/pgsql/include/server/utils/elog.h:32: warning: "LOG" redefined 32 | #define LOG 15 /* Server operational messages; sent only to

utils/logger.h код ниже конфликтует с кодом постгреса include/utils/elog.h: строки 32 и ниже

#define LOG		(-4)
#define INFO		(-3)
#define NOTICE	(-2)
#define WARNING	(-1)
#define ERROR	1

akalend avatar May 20 '25 08:05 akalend