postgresql/src/interfaces
Neil Conway f38e413b20 Code cleanup: in C89, there is no point casting the first argument to
memset() or MemSet() to a char *. For one, memset()'s first argument is
a void *, and further void * can be implicitly coerced to/from any other
pointer type.
2005-05-11 01:26:02 +00:00
..
ecpg Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thread support. 2005-04-14 10:08:57 +00:00
libpq Code cleanup: in C89, there is no point casting the first argument to 2005-05-11 01:26:02 +00:00
Makefile Remove all of the libpgtcl and pgtclsh files, including all references to 2004-04-20 00:33:53 +00:00