1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-23 03:21:12 +03:00

Here's the final set of patches to 6.0 (sup'd on 27/12/96) that allow a full

gmake of the code without interruption.

There's also some tidy-up of the MAXPATHLEN stuff based on the assumption that
all supported platforms have MAXPATHLEN defined in <sys/param.h>.

(The only unknowns for the above are AIX and IRIX5.)
This commit is contained in:
Bruce Momjian
1996-12-28 02:13:05 +00:00
parent a2b7f62976
commit cb6cb7745d
8 changed files with 31 additions and 29 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.5 1996/11/16 05:18:58 momjian Exp $
* $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-lobj.c,v 1.6 1996/12/28 02:13:05 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -21,10 +21,6 @@
#include "libpq-fe.h"
#include "libpq/libpq-fs.h"
#ifndef MAXPATHLEN
#define MAXPATHLEN 1024
#endif
#define LO_BUFSIZE 1024
static int lo_initialize(PGconn *conn);