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

Commit74f0b61

Browse files
committed
Karel missed an ichar->chr ...
1 parentfa1c31e commit74f0b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/utils/builtins.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: builtins.h,v 1.138 2000/09/19 18:18:02 petere Exp $
10+
* $Id: builtins.h,v 1.139 2000/09/25 16:36:36 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -456,7 +456,7 @@ extern Datum btrim(PG_FUNCTION_ARGS);
456456
externDatumltrim(PG_FUNCTION_ARGS);
457457
externDatumrtrim(PG_FUNCTION_ARGS);
458458
externDatumtranslate(PG_FUNCTION_ARGS);
459-
externDatumichar(PG_FUNCTION_ARGS);
459+
externDatumchr(PG_FUNCTION_ARGS);
460460
externDatumrepeat(PG_FUNCTION_ARGS);
461461
externDatumascii(PG_FUNCTION_ARGS);
462462

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp