Skip to content

Commit 6a5f796

Browse files
committed
Fix worker_spi for new parameter to initialize connection
Missed in previous commit. Spotted by Teodor and the buildfarm
1 parent 1a8c953 commit 6a5f796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/modules/worker_spi/worker_spi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ worker_spi_main(Datum main_arg)
179179
BackgroundWorkerUnblockSignals();
180180

181181
/* Connect to our database */
182-
BackgroundWorkerInitializeConnection("postgres", NULL);
182+
BackgroundWorkerInitializeConnection("postgres", NULL, 0);
183183

184184
elog(LOG, "%s initialized with %s.%s",
185185
MyBgworkerEntry->bgw_name, table->schema, table->name);

0 commit comments

Comments
 (0)