From 72b0620f3824ef91bf9f64b4814e5874f8152322 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 10 Oct 2022 10:04:45 +0200 Subject: [PATCH v2 1/3] doc: Correct type of bgw_notify_pid This has apparently been wrong since the beginning (090d0f2050647958865cb495dff74af7257d2bb4). --- doc/src/sgml/bgworker.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/bgworker.sgml b/doc/src/sgml/bgworker.sgml index 3d4e4afcf919..7ba5da27e50a 100644 --- a/doc/src/sgml/bgworker.sgml +++ b/doc/src/sgml/bgworker.sgml @@ -63,7 +63,7 @@ Background Worker Processes char bgw_function_name[BGW_MAXLEN]; Datum bgw_main_arg; char bgw_extra[BGW_EXTRALEN]; - int bgw_notify_pid; + pid_t bgw_notify_pid; } BackgroundWorker; base-commit: 06dbd619bfbfe03fefa7223838690d4012f874ad -- 2.37.3