File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ CFLAGS += $(shell $(PG_CONFIG) --cflags_sl)
88CFLAGS += $(shell $(PG_CONFIG ) --cflags)
99CFLAGS += $(CFLAGS_SL )
1010CFLAGS += $(PG_CPPFLAGS )
11+ CFLAGS += -D_GNU_SOURCE
1112LDFLAGS += -lcmocka
1213TEST_BIN = rangeset_tests
1314
Original file line number Diff line number Diff line change 11#include <stdio.h>
22
33#include "postgres.h"
4+ #include "undef_printf.h"
45
56
67void *
Original file line number Diff line number Diff line change 11#include "postgres.h"
2+ #include "undef_printf.h"
23#include "nodes/bitmapset.h"
34
45
Original file line number Diff line number Diff line change 1313 *
1414 *-------------------------------------------------------------------------
1515 */
16+ #define _GNU_SOURCE
1617#include "postgres.h"
1718#include "nodes/pg_list.h"
1819
Original file line number Diff line number Diff line change 1414 *-------------------------------------------------------------------------
1515 */
1616#include "postgres.h"
17+ #include "undef_printf.h"
1718
1819#include "lib/stringinfo.h"
1920#include "utils/memutils.h"
You can’t perform that action at this time.
0 commit comments