Обсуждение: pgsql-server/src/backend/utils/adt cash.c

Поиск
Список
Период
Сортировка

pgsql-server/src/backend/utils/adt cash.c

От
tgl@postgresql.org (Tom Lane)
Дата:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@postgresql.org    02/08/20 12:46:29

Modified files:
    src/backend/utils/adt: cash.c

Log message:
    Increase buffer size in cash_words().  Pure paranoia; I don't think the
    code is broken, but any small change in the output format might overrun
    the buffer with the old size.