postgresql/src/interfaces/libpq
Marc G. Fournier c4e53a1411 Fixes for:
Here are a few minor fixes to Postgres95.  Mostly I have added const
to some of the char pointers.  There was also a missing header file
and a place where it looks like "==" was used when "=" was meant.
I also changed some variables from Pfin and Pfout tp pfin and pfout
because the latter shadow global variables and that just seems like
an unsafe practice which I like to avoid.

Submitted by:  "D'Arcy J.M. Cain" <darcy@druid.druid.com>
1996-08-06 16:16:50 +00:00
..
Makefile Change the TEMPDIR to be obj instead of /tmp 1996-08-01 05:04:29 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
fe-auth.c Fixes for: 1996-08-06 16:16:50 +00:00
fe-auth.h Fixes for: 1996-08-06 16:16:50 +00:00
fe-connect.c Fixes for: 1996-08-06 16:16:50 +00:00
fe-exec.c Fixes for: 1996-08-06 16:16:50 +00:00
fe-lobj.c Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
fe-misc.c Fixes for: 1996-08-06 16:16:50 +00:00
libpq-fe.h Fixes for: 1996-08-06 16:16:50 +00:00
pg_hba Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
pqsignal.c Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
pqsignal.h Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00

README

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