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

Commit436d4ae

Browse files
committed
Add missing paren to ODBC compiles.
1 parent76273a5 commit436d4ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/odbc/pgtypes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,12 +700,12 @@ pgtype_length(StatementClass *stmt, Int4 type, int col, int handle_unknown_size_
700700
casePG_TYPE_BPCHAR:
701701
#ifdefMULTIBYTE
702702
/* after 7.2 */
703-
if (PG_VERSION_GE(SC_get_conn(stmt),7.2)
703+
if (PG_VERSION_GE(SC_get_conn(stmt),7.2))
704704
return3*pgtype_precision(stmt,type,col,handle_unknown_size_as);
705705
else
706706
#else
707707
/* CR -> CR/LF */
708-
return2*pgtype_precision(stmt,type,col,handle_unknown_size_as);
708+
return2*pgtype_precision(stmt,type,col,handle_unknown_size_as);
709709
#endif/* MULTIBYTE */
710710
default:
711711
returnpgtype_precision(stmt,type,col,handle_unknown_size_as);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp