pgsql: pg_stat_statements: Remove obsolete comment

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_stat_statements: Remove obsolete comment
Date: 2022-01-03 08:35:23
Message-ID: E1n4IoN-0008Ai-VP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_stat_statements: Remove obsolete comment

Since 4f0b096, pgss_store() does nothing if compute_query_id is disabled
or if no other module computed a query identifier, but the top comment
of this function did not reflect that. This behavior is already
documented in its own code path, and this just removes the inconsistent
comment.

Author: Kyotaro Horiguchi
Reviewed-by: Julien Rouhaud
Discussion: https://postgr.es/m/20211122.153823.1325120762360533122.horikyota.ntt@gmail.com
Backpatch-through: 14

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/52d50261dbd353a34027d057ce2e0b892922fa58

Modified Files
--------------
contrib/pg_stat_statements/pg_stat_statements.c | 4 ----
1 file changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-01-03 13:51:28 pgsql: Avoid using DefElemAction in AlterPublicationStmt
Previous Message Magnus Hagander 2022-01-02 16:08:34 pgsql: Fix typo