We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78c61a commit ca9553dCopy full SHA for ca9553d
src/pg_probackup.h
@@ -47,12 +47,6 @@
47
#error Windows port requires compilation in MinGW64 UCRT environment
48
#endif
49
50
-#if PG_VERSION_NUM >= 150000
51
-// _() is explicitly undefined in libpq-int.h
52
-// https://github.com/postgres/postgres/commit/28ec316787674dd74d00b296724a009b6edc2fb0
53
-#define _(s) gettext(s)
54
-#endif
55
-
56
/* Wrap the code that we're going to delete after refactoring in this define*/
57
#define REFACTORE_ME
58
0 commit comments