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

Commit3c19892

Browse files
committed
Merge commit '95246e9d78d15c707f370ef93b2e94a4296071e5' into PGPRO9_6
2 parents30a0418 +95246e9 commit3c19892

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎contrib/sr_plan/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PG_CONFIG = pg_config
1414
PGXS :=$(shell$(PG_CONFIG) --pgxs)
1515
include$(PGXS)
1616
else
17-
subdir = contrib/intarray
17+
subdir = contrib/sr_plan
1818
top_builddir = ../..
1919
include$(top_builddir)/src/Makefile.global
2020
include$(top_srcdir)/contrib/contrib-global.mk
@@ -23,4 +23,4 @@ endif
2323

2424
genparser:
2525
#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`

‎contrib/sr_plan/sr_plan.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ void *replace_fake(void *node)
260260
}
261261

262262
void_PG_init(void) {
263-
elog(WARNING,"SP_Plan init");
263+
/*elog(WARNING, "SR_Plan init"); */
264264
DefineCustomBoolVariable("sr_plan.write_mode",
265265
"Save all plans for all query.",
266266
NULL,
@@ -277,7 +277,7 @@ void _PG_init(void) {
277277
}
278278

279279
void_PG_fini(void) {
280-
elog(WARNING,"SP_Plan finit");
280+
/*elog(WARNING, "SR_Plan finit"); */
281281
planner_hook=NULL;
282282
post_parse_analyze_hook=NULL;
283283
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp