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

Commit1960f4b

Browse files
committed
Ooops ... 'char c' can hold a char, but it can't hold EOF ...
1 parent1cc7e40 commit1960f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/copy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.99 2000/01/26 05:56:13 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.100 2000/02/09 00:10:11 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1138,7 +1138,7 @@ CopyReadNewline(FILE *fp, int *newline)
11381138
staticchar*
11391139
CopyReadAttribute(FILE*fp,bool*isnull,char*delim,int*newline,char*null_print)
11401140
{
1141-
charc;
1141+
intc;
11421142
#ifdefMULTIBYTE
11431143
intmblen;
11441144
unsignedchars[2];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp