pgsql: Fix breakage of get_ps_display() in the PS_USE_NONE case.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix breakage of get_ps_display() in the PS_USE_NONE case.
Дата
Msg-id E1nYWDd-001dPu-7U@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix breakage of get_ps_display() in the PS_USE_NONE case.

Commit 8c6d30f21 caused this function to fail to set *displen
in the PS_USE_NONE code path.  If the variable's previous value
had been negative, that'd lead to a memory clobber at some call
sites.  We'd managed not to notice due to very thin test coverage
of such configurations, but this appears to explain buildfarm member
lorikeet's recent struggles.

Credit to Andrew Dunstan for spotting the problem.  Back-patch
to v13 where the bug was introduced.

Discussion: https://postgr.es/m/136102.1648320427@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0fb6954aa5012fc0c41af364fb328f90e648f6b7

Modified Files
--------------
src/backend/utils/misc/ps_status.c | 1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix comment in execParallel.c
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Avoid using large pass-by-value struct arguments in pgbench.