pgsql: Fix pg_stat_get_backend_activity() to use multi-byte truncated r

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Fix pg_stat_get_backend_activity() to use multi-byte truncated r
Дата
Msg-id E1vZPam-002vWO-1b@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix pg_stat_get_backend_activity() to use multi-byte truncated result

pg_stat_get_backend_activity() calls pgstat_clip_activity() to ensure
that the reported query string is correctly truncated when it finishes
with an incomplete multi-byte sequence.  However, the result returned by
the function was not what pgstat_clip_activity() generated, but the
non-truncated, original, contents from PgBackendStatus.st_activity_raw.

Oversight in 54b6cd589ac2, so backpatch all the way down.

Author: Chao Li <li.evan.chao@gmail.com>
Discussion: https://postgr.es/m/CAEoWx2mDzwc48q2EK9tSXS6iJMJ35wvxNQnHX+rXjy5VgLvJQw@mail.gmail.com
Backpatch-through: 14

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/300575fe2e7f0f75bec92682cd9122a72998fd04

Modified Files
--------------
src/backend/utils/adt/pgstatfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления: