OSDN Git Service

Karel missed an ichar->chr ...
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Sep 2000 16:36:36 +0000 (16:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Sep 2000 16:36:36 +0000 (16:36 +0000)
src/include/utils/builtins.h

index c0528bc..c3b9b2d 100644 (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);