File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ DATA_built = $(EXTENSION)--$(EXTVERSION).sql
9
9
PGFILEDESC = "pg_pathman - partitioning tool"
10
10
11
11
REGRESS = pg_pathman
12
+ EXTRA_REGRESS_OPTS=--temp-config =$(top_srcdir ) /$(subdir ) /conf.add
12
13
EXTRA_CLEAN = $(EXTENSION ) --$(EXTVERSION ) .sql ./isolation_output
13
14
14
15
ifdef USE_PGXS
24
25
25
26
$(EXTENSION ) --$(EXTVERSION ) .sql : init.sql hash.sql range.sql
26
27
cat $^ > $@
27
- check : EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir ) /$(subdir ) /conf.add
28
28
29
29
ISOLATIONCHECKS =insert_trigger
30
30
Original file line number Diff line number Diff line change @@ -102,8 +102,6 @@ bg_worker_main(Datum main_arg)
102
102
PartitionArgs * args ;
103
103
dsm_handle handle = DatumGetInt32 (main_arg );
104
104
105
- elog (WARNING , "Worker started. Handle %d" , handle );
106
-
107
105
/* Create resource owner */
108
106
CurrentResourceOwner = ResourceOwnerCreate (NULL , "CreatePartitionsWorker" );
109
107
You can’t perform that action at this time.
0 commit comments