Skip to content

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

Description

@akalend

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

/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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions