pgsql: pg_stat_statements: Remove duplicated tests for SET statements

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: pg_stat_statements: Remove duplicated tests for SET statements
Дата
Msg-id E1r0tWu-004ZhH-OS@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/179c4639cf1dcbe54f3469d7f44a11f172332893

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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix bug in the new ResourceOwner implementation.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix uninitialized slot array access during the upgrade.