File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PG_CONFIG = pg_config
14
14
PGXS := $(shell $(PG_CONFIG ) --pgxs)
15
15
include $(PGXS )
16
16
else
17
- subdir = contrib/intarray
17
+ subdir = contrib/sr_plan
18
18
top_builddir = ../..
19
19
include $(top_builddir ) /src/Makefile.global
20
20
include $(top_srcdir ) /contrib/contrib-global.mk
23
23
24
24
genparser :
25
25
# test -d sr_plan_env ||
26
- python gen_parser.py nodes.h `pg_config --includedir-server`
26
+ python gen_parser.py nodes.h `pg_config --includedir-server`
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ void *replace_fake(void *node)
264
264
}
265
265
266
266
void _PG_init (void ) {
267
- elog (WARNING , "SP_Plan init" );
267
+ /* elog(WARNING, "SR_Plan init"); */
268
268
DefineCustomBoolVariable ("sr_plan.write_mode" ,
269
269
"Save all plans for all query." ,
270
270
NULL ,
@@ -281,7 +281,7 @@ void _PG_init(void) {
281
281
}
282
282
283
283
void _PG_fini (void ) {
284
- elog (WARNING , "SP_Plan finit" );
284
+ /* elog(WARNING, "SR_Plan finit"); */
285
285
planner_hook = NULL ;
286
286
post_parse_analyze_hook = NULL ;
287
287
}
You can’t perform that action at this time.
0 commit comments