Skip to content

Commit 34df7b9

Browse files
committedOct 14, 2022
doc: Correct type of bgw_notify_pid
This has apparently been wrong since the beginning (090d0f2). Discussion: https://www.postgresql.org/message-id/289c2e45-c7d9-5ce4-7eff-a9e2a33e1580@enterprisedb.com
1 parent 39b8c29 commit 34df7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/src/sgml/bgworker.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ typedef struct BackgroundWorker
6363
char bgw_function_name[BGW_MAXLEN];
6464
Datum bgw_main_arg;
6565
char bgw_extra[BGW_EXTRALEN];
66-
int bgw_notify_pid;
66+
pid_t bgw_notify_pid;
6767
} BackgroundWorker;
6868
</programlisting>
6969
</para>

0 commit comments

Comments
 (0)