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

Commitc47d28e

Browse files
committed
pathman: makefile fix
1 parent9472ae0 commitc47d28e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎contrib/pg_pathman/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DATA_built = $(EXTENSION)--$(EXTVERSION).sql
99
PGFILEDESC = "pg_pathman - partitioning tool"
1010

1111
REGRESS = pg_pathman
12+
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
1213
EXTRA_CLEAN =$(EXTENSION)--$(EXTVERSION).sql ./isolation_output
1314

1415
ifdefUSE_PGXS
@@ -24,7 +25,6 @@ endif
2425

2526
$(EXTENSION)--$(EXTVERSION).sql: init.sql hash.sql range.sql
2627
cat$^>$@
27-
check: EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
2828

2929
ISOLATIONCHECKS=insert_trigger
3030

‎contrib/pg_pathman/worker.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ bg_worker_main(Datum main_arg)
102102
PartitionArgs*args;
103103
dsm_handlehandle=DatumGetInt32(main_arg);
104104

105-
elog(WARNING,"Worker started. Handle %d",handle);
106-
107105
/* Create resource owner */
108106
CurrentResourceOwner=ResourceOwnerCreate(NULL,"CreatePartitionsWorker");
109107

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp