Re: An obsolete comment of pg_stat_statements

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: An obsolete comment of pg_stat_statements
Date: 2021-11-22 06:48:40
Message-ID: 20211122.154840.281146309505902849.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Mon, 22 Nov 2021 15:38:23 +0900 (JST), Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> wrote in
> * queryId is supposed to be a valid value, otherwise this function dosen't
> * calucate it by its own as before then returns immediately.

Mmm. That's bad. This is the correted version.

* queryId is supposed to be a valid value, otherwise this function doesn't
* calculate it by its own as before then returns immediately.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
revise_comment_of_pgss_store.patch text/x-patch 1.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2021-11-22 06:52:56 Re: Optionally automatically disable logical replication subscriptions on error
Previous Message Kyotaro Horiguchi 2021-11-22 06:38:23 An obsolete comment of pg_stat_statements