File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 8
8
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
9
9
* Portions Copyright (c) 1994, Regents of the University of California
10
10
*
11
- * $Id: pg_conversion.h,v 1.4 2002/08/06 05:40:45 ishii Exp $
11
+ * $Id: pg_conversion.h,v 1.5 2002/08/06 14:11:06 tgl Exp $
12
12
*
13
13
* NOTES
14
14
* the genbki.sh script reads this file and generates .bki
@@ -93,6 +93,4 @@ extern void RemoveConversionById(Oid conversionOid);
93
93
extern Oid FindConversion (const char * conname , Oid connamespace );
94
94
extern Oid FindDefaultConversion (Oid connamespace , int4 for_encoding , int4 to_encoding );
95
95
96
- extern Datum pg_convert3 (PG_FUNCTION_ARGS );
97
-
98
96
#endif /* PG_CONVERSION_H */
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
10
- * $Id: builtins.h,v 1.188 2002/07/29 22: 14:11 tgl Exp $
10
+ * $Id: builtins.h,v 1.189 2002/08/06 14:11:05 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -639,4 +639,7 @@ extern Datum quote_literal(PG_FUNCTION_ARGS);
639
639
extern Datum show_config_by_name (PG_FUNCTION_ARGS );
640
640
extern Datum set_config_by_name (PG_FUNCTION_ARGS );
641
641
642
+ /* catalog/pg_conversion.c */
643
+ extern Datum pg_convert3 (PG_FUNCTION_ARGS );
644
+
642
645
#endif /* BUILTINS_H */
You can’t perform that action at this time.
0 commit comments