Re: Obsolete comment in pg_stat_statements

Julien Rouhaud <rjuju123@gmail.com>

From: Julien Rouhaud <rjuju123@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2024-09-14T04:56:05Z
Lists: pgsql-hackers
On Sat, 14 Sept 2024, 12:39 Tom Lane, <tgl@sss.pgh.pa.us> wrote:

> Julien Rouhaud <rjuju123@gmail.com> writes:
> > While adapting in pg_stat_kcache the fix for buggy nesting level
> calculation, I
> > noticed that one comment referencing the old approach was missed.
> Trivial
> > patch attached.
>
> Hmm ... I agree that para is out of date, but is there anything to
> salvage rather than just delete it?


I thought about it but I think that now that knowledge is in the else
branch, with the mention that we still have to bump the nesting level even
if it's not locally handled.

>
>

Commits

  1. Remove obsolete comment in pg_stat_statements.