diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2000-06-13 07:35:40 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2000-06-13 07:35:40 +0000 |
| commit | f2d120532207b8873a5e74e7350dd2904f377289 (patch) | |
| tree | 992c89e023c4b29b42bf4fd6563de91f8d6ec8ca /src/include/mb/pg_wchar.h | |
| parent | 8f057d971d663fff9bbb2ae7d053bf71cf09b4a2 (diff) | |
| download | postgresql-f2d120532207b8873a5e74e7350dd2904f377289.tar.gz | |
Another batch of fmgr updates. I think I have gotten all old-style
functions that take pass-by-value datatypes. Should be ready for
port testing ...
Diffstat (limited to 'src/include/mb/pg_wchar.h')
| -rw-r--r-- | src/include/mb/pg_wchar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h index 97caffeb80..5a1acc190f 100644 --- a/src/include/mb/pg_wchar.h +++ b/src/include/mb/pg_wchar.h @@ -1,4 +1,4 @@ -/* $Id: pg_wchar.h,v 1.14 2000/04/20 22:40:18 tgl Exp $ */ +/* $Id: pg_wchar.h,v 1.15 2000/06/13 07:35:27 tgl Exp $ */ #ifndef PG_WCHAR_H #define PG_WCHAR_H @@ -122,11 +122,11 @@ extern unsigned char *pg_client_to_server(unsigned char *, int); extern unsigned char *pg_server_to_client(unsigned char *, int); extern int pg_valid_client_encoding(const char *); -/* moved to miscadmin.h - * pg_proc.h now have them. +/* internally-used versions of functions. The PG_xxx forms of these + * functions have fmgr-compatible interfaves. + */ extern const char *pg_encoding_to_char(int); extern int pg_char_to_encoding(const char *); -*/ extern int GetDatabaseEncoding(void); extern void SetDatabaseEncoding(int); |
