Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita447ae2

Browse files
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 Loehr
1 parent5b795be commita447ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/misc/trace.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* but it's probably not worth the trouble. Instead limit trace message
3030
* length to this.
3131
*/
32-
#defineTRACEMSG_MAXLEN1024
32+
#defineTRACEMSG_MAXLEN4096
3333

3434
#ifdefUSE_SYSLOG
3535
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp