| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | Imran Zaheer <imran(dot)zhir(at)gmail(dot)com> |
| Cc: | Álvaro Herrera <alvherre(at)kurilemu(dot)de>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Fix comments to reference xlogrecovery.c |
| Date: | 2026-06-08 00:14:37 |
| Message-ID: | aiYJbdmzwSAIcP8X@paquier.xyz |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, Jun 04, 2026 at 10:29:26PM +0500, Imran Zaheer wrote:
> - * If one of the critical walreceiver options has changed, flag xlog.c
> - * to restart it.
> + * If one of the critical walreceiver options has changed, request the startup
> + * process to restart the walreceiver.
> */
>
> Let me know if this sounds ok.
I think that's fine as you are suggesting.
> I am attaching the new version.
This is replacing three incorrect references of xlog.c to use the
function name where the main redo loop happens, for a trivial change.
I have grabbed these changes for later, saving them for now on my own
staging branch. If somebody feels that this is worth applying on its
own, feel free to override this decision.
--
Michael
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2026-06-08 00:16:13 | Re: Add pg_stat_kind_info system view |
| Previous Message | Michael Paquier | 2026-06-07 23:56:04 | Re: pgsql: doc: Clarify OAuth validator authn_id logging |