forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita447ae2
committed
The constant in backend/utils/misc/trace.c, line 32 limits the length of
logged queries to 1024, truncating longer queries. That is about half ofthe size I need (I have a union that is 2K long). Can someone considerbumping it to 4K or so? Patch attached...Regards,Ed Loehr1 parent5b795be commita447ae2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
0 commit comments
Comments
(0)