diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-06-05 19:09:48 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-06-05 19:09:48 +0000 |
commit | 27b8143944dc0585597bdaa3ae5e5b49a4760def (patch) | |
tree | fb576673bee591564b1dedd300cd0732e341388c /contrib/string/string_io.h | |
parent | 977108e8d9ae68cac5ec6f2908e03bd7b46fdbc7 (diff) | |
download | postgresql-27b8143944dc0585597bdaa3ae5e5b49a4760def.tar.gz postgresql-27b8143944dc0585597bdaa3ae5e5b49a4760def.zip |
Hi,
I have updated my contrib code for version 6.5. In the attachment you will
find the directories array, datetime, miscutil, string, tools and userlocks
which replace the corresponding directories under contrib.
In contrib/tools you will find some developement scripts which I use while
hacking the sources. I hope they will be useful for some other people.
I have also added a contrib/Makefile which tries to compile and install all
the contribs. Unfortunately many of them don't have a Makefile or don't
compile cleanly.
--
Massimo Dal Zotto
Diffstat (limited to 'contrib/string/string_io.h')
-rw-r--r-- | contrib/string/string_io.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/contrib/string/string_io.h b/contrib/string/string_io.h index b4a900bbb96..b1d2b7e2c28 100644 --- a/contrib/string/string_io.h +++ b/contrib/string/string_io.h @@ -14,15 +14,14 @@ char *c_varcharout(char *s); #if 0 struct varlena *c_textin(char *str); char *c_char16in(char *str); - #endif #endif /* - * Local variables: - * tab-width: 4 - * c-indent-level: 4 - * c-basic-offset: 4 + * Local Variables: + * tab-width: 4 + * c-indent-level: 4 + * c-basic-offset: 4 * End: */ |