pgsql: Remove restriction on SQL block length in isolationtesterscanne

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Remove restriction on SQL block length in isolationtesterscanne
Дата
Msg-id E1er9jV-00034z-P3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove restriction on SQL block length in isolationtester scanner.

specscanner.l had a fixed limit of 1024 bytes on the length of
individual SQL stanzas in an isolation test script.  People are
starting to run into that, so fix it by making the buffer resizable.

Once we allow this in HEAD, it seems inevitable that somebody will
try to back-patch a test that exceeds the old limit, so back-patch
this change as a preventive measure.

Daniel Gustafsson

Discussion: https://postgr.es/m/8D628BE4-6606-4FF6-A3FF-8B2B0E9B43D0@yesql.se

Branch
------
REL9_6_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a030b997ae33628bd77b069d23b9adc71cac9f8c

Modified Files
--------------
src/test/isolation/specscanner.l | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)


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

Предыдущее
От: Catalin Iacob
Дата:
Сообщение: Re: pgsql: Un-break parallel pg_upgrade.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Rename base64 routines to avoid conflict with Solaris built-inf