Skip to content

Commit dc96188

Browse files
committed
Add Simple Plan Walker
1 parent 43fa334 commit dc96188

File tree

5 files changed

+397
-58
lines changed

5 files changed

+397
-58
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EXTENSION = execplan
55
EXTVERSION = 0.1
66
PGFILEDESC = "ExecPlan"
77
MODULES = execplan
8-
OBJS = exec_plan.o $(WIN32RES)
8+
OBJS = exec_plan.o planwalker.o $(WIN32RES)
99

1010
PG_CPPFLAGS = -I$(libpq_srcdir)
1111
SHLIB_LINK_INTERNAL = $(libpq)

0 commit comments

Comments
 (0)