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

Commitfbee403

Browse files
committed
Fix compile breakage due to0315dfa.
I wasn't careful enough when back-patching.
1 parent54139ac commitfbee403

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/tab-complete.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3552,8 +3552,8 @@ _complete_from_query(int is_schema_query, const char *text, int state)
35523552
result=NULL;
35533553

35543554
/* Set up suitably-escaped copies of textual inputs */
3555-
e_text=pg_malloc(string_length*2+1);
3556-
PQescapeString(e_text,text,string_length);
3555+
e_text=pg_malloc(byte_length*2+1);
3556+
PQescapeString(e_text,text,byte_length);
35573557

35583558
if (completion_info_charp)
35593559
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp