pg_probackup icon indicating copy to clipboard operation
pg_probackup copied to clipboard

[PGPRO-6676]: correction of the warning

Open MakSl opened this issue 3 years ago • 0 comments

src/pg_probackup.h:56: warning: "_" redefined 56 | #define _(s) gettext(s) ../../src/include/c.h:1233: note: this is the location of the previous definition 1233 | #define _(x) gettext(x)

MakSl avatar Sep 27 '22 11:09 MakSl