pgsql: pg_stat_statements: Remove obsolete comment

Started by Michael Paquierover 4 years ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/20211122.153823.1325120762360533122.horikyota.ntt@gmail.com
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/234ba62769990fcce52003b1b3f4fe2c521bb622

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