Skip to content

Commit c47d28e

Browse files
committed
pathman: makefile fix
1 parent 9472ae0 commit c47d28e

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
ifdef USE_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_handle handle = 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)