The constant in backend/utils/misc/trace.c, line 32 limits the length of

Bruce Momjian <bruce@momjian.us>

Commit: a447ae22210bdef38e82010e3d811e7c703009c0
Author: Bruce Momjian <bruce@momjian.us>
Date: 2000-04-10T19:25:29Z
Releases: 7.1.1
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 of
the size I need (I have a union that is 2K long).  Can someone consider
bumping it to 4K or so?  Patch attached...

Regards,
Ed Loehr

Files

PathChange+/−
src/backend/utils/misc/trace.c modified +1 −1