Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Open
@akalend

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

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