Karel missed an ichar->chr ...

This commit is contained in:
Tom Lane 2000-09-25 16:36:36 +00:00
parent fa1c31eab6
commit 74f0b61bf4
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
* $Id: builtins.h,v 1.138 2000/09/19 18:18:02 petere Exp $
* $Id: builtins.h,v 1.139 2000/09/25 16:36:36 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@ -456,7 +456,7 @@ extern Datum btrim(PG_FUNCTION_ARGS);
extern Datum ltrim(PG_FUNCTION_ARGS);
extern Datum rtrim(PG_FUNCTION_ARGS);
extern Datum translate(PG_FUNCTION_ARGS);
extern Datum ichar(PG_FUNCTION_ARGS);
extern Datum chr(PG_FUNCTION_ARGS);
extern Datum repeat(PG_FUNCTION_ARGS);
extern Datum ascii(PG_FUNCTION_ARGS);