pgsql: pg_stat_statements: Remove duplicated tests for SET statements - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: pg_stat_statements: Remove duplicated tests for SET statements
Date
Msg-id E1r0tWu-004ZhG-NV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_stat_statements: Remove duplicated tests for SET statements

This looks like a copy-paste mistake introduced in de2aca288569, that
has added checks for more patterns of SET statements while ignoring the
original test block that existed.

Backpatch down to where this has been introduced, as this shaves some
cycles.

Author: Sergei Kornilov
Discussion: https://postgr.es/m/5689421699428803@mail-sendbernar-production-main-46.myt.yp-c.yandex.net
Backpatch-through: 16

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/108161bcb9cc6df45ed9200ca935c63b2cad4666

Modified Files
--------------
contrib/pg_stat_statements/expected/utility.out | 27 -------------------------
contrib/pg_stat_statements/sql/utility.sql      | 13 ------------
2 files changed, 40 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix bug in the new ResourceOwner implementation.
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix uninitialized slot array access during the upgrade.