Skip to content

Commit ca9553d

Browse files
committed
don't redefine _(s) since we don't include libpq-int.h anymore
1 parent e78c61a commit ca9553d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/pg_probackup.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@
4747
#error Windows port requires compilation in MinGW64 UCRT environment
4848
#endif
4949

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-
5650
/* Wrap the code that we're going to delete after refactoring in this define*/
5751
#define REFACTORE_ME
5852

0 commit comments

Comments
 (0)