postgresql/src/interfaces/libpq
Tom Lane 9de156f116 Type 'socklen_t' might be the right way to declare getsockopt()'s last
parameter in some flavor of Unix, but Linux, HPUX, and SunOS all say
it's int.  For now I'm just going to make it int so that I can compile.
If the other way is actually necessary on some Unix somewhere, I guess
we will need a configure test...
1999-12-02 00:26:15 +00:00
..
fe-auth.c Standardize on MAXPGPATH as the size of a file pathname buffer, 1999-10-25 03:08:03 +00:00
fe-auth.h
fe-connect.c Type 'socklen_t' might be the right way to declare getsockopt()'s last 1999-12-02 00:26:15 +00:00
fe-exec.c In the spirit of TODO item 1999-11-11 00:10:14 +00:00
fe-lobj.c In the spirit of TODO item 1999-11-11 00:10:14 +00:00
fe-misc.c This patch (against the current CVS sources) adds to libpq the functions 1999-11-30 03:08:19 +00:00
fe-print.c In the spirit of TODO item 1999-11-11 00:10:14 +00:00
libpq-fe.h This patch (against the current CVS sources) adds to libpq the functions 1999-11-30 03:08:19 +00:00
libpq-int.h This patch (against the current CVS sources) adds to libpq the functions 1999-11-30 03:08:19 +00:00
libpq.rc
libpqdll.c
libpqdll.def
Makefile.in Hi, 1999-10-13 11:38:42 +00:00
pqexpbuffer.c Update frontend libpq to remove limits on query lengths, 1999-08-31 01:37:37 +00:00
pqexpbuffer.h Update frontend libpq to remove limits on query lengths, 1999-08-31 01:37:37 +00:00
pqsignal.c
pqsignal.h
README
win32.h Remove gratuitous redefinitions of BLCKSZ. 1999-10-23 03:28:58 +00:00
win32.mak Update frontend libpq to remove limits on query lengths, 1999-08-31 01:37:37 +00:00

This directory contains the C version of Libpq, the POSTGRES frontend library.