8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7fb26 commit 4d7ffd4Copy full SHA for 4d7ffd4
src/include/utils/builtins.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: builtins.h,v 1.69 1998/10/29 18:07:09 momjian Exp $
+ * $Id: builtins.h,v 1.69.2.1 1998/12/14 00:15:18 thomas Exp $
10
11
* NOTES
12
* This should normally only be included by fmgr.h.
@@ -60,6 +60,8 @@ extern int8 charmi(int8 arg1, int8 arg2);
60
extern int8 charmul(int8 arg1, int8 arg2);
61
extern int8 chardiv(int8 arg1, int8 arg2);
62
extern bool cideq(int8 arg1, int8 arg2);
63
+extern int8 text_char(text *arg1);
64
+extern text* char_text(int8 arg1);
65
66
/* int.c */
67
extern int32 int2in(char *num);
0 commit comments