- Notifications
You must be signed in to change notification settings - Fork5
Commitb399805
committed
Eliminate elog()'s hardwired limit on length of an error message.
This change seems necessary in conjunction with long queries, and itcleans up some bogosity in connection with long EXPLAIN texts anyway.Note that current libpq will accept any length error message (at leastuntil it runs out of memory); prior versions have a limit of 8K, butwill cleanly discard excess error text, so there shouldn't be anybig compatibility problems with old clients.1 parent1e4f019 commitb399805
4 files changed
+245
-145
lines changedLines changed: 3 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 |
| - | |
32 | 31 |
| |
33 | 32 |
| |
34 | 33 |
| |
| |||
110 | 109 |
| |
111 | 110 |
| |
112 | 111 |
| |
113 |
| - | |
| 112 | + | |
114 | 113 |
| |
115 | 114 |
| |
116 | 115 |
| |
| |||
120 | 119 |
| |
121 | 120 |
| |
122 | 121 |
| |
123 |
| - | |
| 122 | + | |
124 | 123 |
| |
125 | 124 |
| |
126 | 125 |
| |
| |||
332 | 331 |
| |
333 | 332 |
| |
334 | 333 |
| |
335 |
| - | |
336 | 334 |
| |
337 | 335 |
| |
338 | 336 |
| |
| |||
346 | 344 |
| |
347 | 345 |
| |
348 | 346 |
| |
349 |
| - | |
350 |
| - | |
351 |
| - | |
352 |
| - | |
353 |
| - | |
354 |
| - | |
355 |
| - | |
356 |
| - | |
357 |
| - | |
358 |
| - | |
359 |
| - | |
360 |
| - | |
361 |
| - | |
362 |
| - | |
363 |
| - | |
364 |
| - | |
365 |
| - | |
366 |
| - | |
367 |
| - |
0 commit comments
Comments
(0)