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

Commit35be730

Browse files
committed
Cleanup of varchar.
1 parentc098f30 commit35be730

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/varchar.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/utils/adt/varchar.c,v 1.19 1998/01/08 03:05:01 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/varchar.c,v 1.20 1998/01/08 03:15:06 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -132,7 +132,7 @@ varcharin(char *s, int dummy, int typlen)
132132
if (s==NULL)
133133
return ((char*)NULL);
134134

135-
if (typelen==-1)/* we will remove this soon to make compact storage */
135+
if (typlen==-1)/* we will remove this soon to make compact storage */
136136
/* change varcharlen at the same time to use VARSIZE */
137137
len=strlen(s)+VARHDRSZ;
138138
/*if (typlen != -1 && len > typlen) */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp