mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
doc: Correct type of bgw_notify_pid
This has apparently been wrong since the beginning
(090d0f2050).
Discussion: https://www.postgresql.org/message-id/289c2e45-c7d9-5ce4-7eff-a9e2a33e1580@enterprisedb.com
This commit is contained in:
parent
39b8c293fc
commit
34df7b9dfd
|
|
@ -63,7 +63,7 @@ typedef struct BackgroundWorker
|
||||||
char bgw_function_name[BGW_MAXLEN];
|
char bgw_function_name[BGW_MAXLEN];
|
||||||
Datum bgw_main_arg;
|
Datum bgw_main_arg;
|
||||||
char bgw_extra[BGW_EXTRALEN];
|
char bgw_extra[BGW_EXTRALEN];
|
||||||
int bgw_notify_pid;
|
pid_t bgw_notify_pid;
|
||||||
} BackgroundWorker;
|
} BackgroundWorker;
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user