Re: Documentation issue with pg_stat_recovery_prefetch

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: sirisha chamarthi <sirichamarthi22(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Documentation issue with pg_stat_recovery_prefetch
Date: 2022-04-12 09:22:59
Message-ID: CA+hUKGL_syAKzWBAQgPP+AozVc2u9gy7QXX9VPaWdKJXUXi3og@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Apr 12, 2022 at 8:11 AM sirisha chamarthi
<sirichamarthi22(at)gmail(dot)com> wrote:
> I was going through pg_stat_recovery_prefetch documentation and saw an issue with formatting. Attached a small patch to fix the issue. This is the first time I am sending an email to hackers. Please educate me if I miss something.

Thanks Sirisha!

Ouch, that's embarrassing. My best guess is that I might have screwed
that up a long time ago while rebasing an early development version
over commit 92f94686, which changed the link style and moved
paragraphs around, and then never noticed that it was wrong.
Researching that made me notice another problem: the table was using
the 3 column layout from a couple of years ago, because I had also
missed the style change in commit a0427506. Oops. Fixed.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2022-04-12 09:28:26 Re: WIP: WAL prefetch (another approach)
Previous Message Michael Paquier 2022-04-12 09:22:48 Re: Fixes for compression options of pg_receivewal and refactoring of backup_compression.{c,h}