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

Commit6a5f796

Browse files
committed
Fix worker_spi for new parameter to initialize connection
Missed in previous commit.Spotted by Teodor and the buildfarm
1 parent1a8c953 commit6a5f796

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)

[8]ページ先頭

©2009-2025 Movatter.jp