Skip to content

Commit 2ffbe84

Browse files
committed
raw
1 parent 0c2f5df commit 2ffbe84

File tree

18 files changed

+2363
-1120
lines changed

18 files changed

+2363
-1120
lines changed

contrib/pg_exchange/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EXTENSION = pg_exchange
55
EXTVERSION = 0.1
66
PGFILEDESC = "pg_exchange - an exchange custom node and rules for the planner"
77
MODULES = pg_exchange
8-
OBJS = pg_exchange.o exchange.o connection.o hooks.o common.o nodeDummyscan.o nodeDistPlanExec.o $(WIN32RES)
8+
OBJS = pg_exchange.o exchange.o hooks.o common.o nodeDummyscan.o nodeDistPlanExec.o dmq.o $(WIN32RES)
99

1010
fdw_srcdir = $(top_srcdir)/contrib/postgres_fdw/
1111

contrib/pg_exchange/common.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ typedef struct
2929

3030

3131
/* GUC variables */
32-
extern int node_number;
33-
extern int nodes_at_cluster;
3432
extern char *pargres_hosts_string;
3533
extern char *pargres_ports_string;
3634
extern int eports_pool_size;

0 commit comments

Comments
 (0)