forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit38a1144
committed
Remove restriction on SQL block length in isolationtester scanner.
specscanner.l had a fixed limit of 1024 bytes on the length ofindividual SQL stanzas in an isolation test script. People arestarting to run into that, so fix it by making the buffer resizable.Once we allow this in HEAD, it seems inevitable that somebody willtry to back-patch a test that exceeds the old limit, so back-patchthis change as a preventive measure.Daniel GustafssonDiscussion:https://postgr.es/m/8D628BE4-6606-4FF6-A3FF-8B2B0E9B43D0@yesql.se1 parent2af28e6 commit38a1144
1 file changed
+14
-5
lines changedLines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| |||
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
44 | 51 |
| |
45 | 52 |
| |
46 | 53 |
| |
| |||
100 | 107 |
| |
101 | 108 |
| |
102 | 109 |
| |
103 |
| - | |
| 110 | + | |
| 111 | + | |
104 | 112 |
| |
105 |
| - | |
106 |
| - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
107 | 116 |
| |
108 | 117 |
| |
109 | 118 |
| |
|
0 commit comments
Comments
(0)