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/[email protected] Branch ------ REL_10_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/14ffdd8cf88f6ef2dbfe0df542ef43e30f06b479 Modified Files -------------- src/test/isolation/specscanner.l | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-)
