pgsql: Remove restriction on SQL block length in isolationtester scanne

2018-02-28 Thread Tom Lane
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 see

pgsql: Remove restriction on SQL block length in isolationtester scanne

2018-02-28 Thread Tom Lane
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 see

pgsql: Remove restriction on SQL block length in isolationtester scanne

2018-02-28 Thread Tom Lane
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 see

pgsql: Remove restriction on SQL block length in isolationtester scanne

2018-02-28 Thread Tom Lane
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 see

pgsql: Remove restriction on SQL block length in isolationtester scanne

2018-02-28 Thread Tom Lane
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 see

pgsql: Remove restriction on SQL block length in isolationtester scanne

2018-02-28 Thread Tom Lane
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 see