pgsql: Fix bogus Name assignment in CreateStatistics

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix bogus Name assignment in CreateStatistics
Дата
Msg-id E1etFLu-0005uo-6o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bogus Name assignment in CreateStatistics

Apparently, it doesn't work to use a plain cstring as a Name datum: you
may end up having random bytes because of failing to zero the bytes
after the terminating \0, as indicated by valgrind.  I introduced this
bug in 5564c1181548, so backpatch this fix to REL_10_STABLE, like that
commit.

While at it, fix a slightly misleading comment, pointed out by David
Rowley.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1ffb63a2a1767c3dd0c7611bed6383bd37bfbce6

Modified Files
--------------
src/backend/commands/statscmds.c   | 7 +++++--
src/backend/parser/parse_utilcmd.c | 3 ++-
2 files changed, 7 insertions(+), 3 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Tests for Kerberos/GSSAPI authentication
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Raise Test::More version requirement