]> granicus.if.org Git - postgresql/commit
Remove restriction on SQL block length in isolationtester scanner.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 Feb 2018 21:57:37 +0000 (16:57 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 Feb 2018 21:57:37 +0000 (16:57 -0500)
commit14ffdd8cf88f6ef2dbfe0df542ef43e30f06b479
treea3aa4730f3652d86cd957e72838e66443964f151
parentfda3e65786763bd43abc576a23035a4cd24ed138
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
src/test/isolation/specscanner.l