Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ffbe84

Browse files
committed
raw
1 parent0c2f5df commit2ffbe84

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.oconnection.ohooks.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-
externintnode_number;
33-
externintnodes_at_cluster;
3432
externchar*pargres_hosts_string;
3533
externchar*pargres_ports_string;
3634
externinteports_pool_size;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp