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

Commit455812d

Browse files
committed
Widen buffer for headers in psql's \watch command.
This is to make sure there's enough room for translated versions ofthe message. HEAD's already addressed this issue, but back-patch asimple increase in the array size.Discussion: <20160612145532.GA22965@postgresql.kr>
1 parente5bdaa1 commit455812d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/psql/command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2943,7 +2943,7 @@ static bool
29432943
do_watch(PQExpBufferquery_buf,longsleep)
29442944
{
29452945
printQueryOptmyopt=pset.popt;
2946-
chartitle[50];
2946+
chartitle[256];
29472947

29482948
if (!query_buf||query_buf->len <=0)
29492949
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp