pgsql: pg_stat_statements: Remove duplicated tests for SET statements

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_stat_statements: Remove duplicated tests for SET statements
Date: 2023-11-09 01:08:21
Message-ID: E1r0tWu-004ZhG-NV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2023-11-09 04:08:20 pgsql: Fix uninitialized slot array access during the upgrade.
Previous Message Heikki Linnakangas 2023-11-08 23:48:55 pgsql: Fix bug in the new ResourceOwner implementation.