We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8c953 commit 6a5f796Copy full SHA for 6a5f796
src/test/modules/worker_spi/worker_spi.c
@@ -179,7 +179,7 @@ worker_spi_main(Datum main_arg)
179
BackgroundWorkerUnblockSignals();
180
181
/* Connect to our database */
182
- BackgroundWorkerInitializeConnection("postgres", NULL);
+ BackgroundWorkerInitializeConnection("postgres", NULL, 0);
183
184
elog(LOG, "%s initialized with %s.%s",
185
MyBgworkerEntry->bgw_name, table->schema, table->name);
0 commit comments