- 06 Apr, 1998 1 commit
-
-
Bruce Momjian authored
-
- 05 Apr, 1998 3 commits
-
-
Bruce Momjian authored
probleme number 1 : - configure can find the library readline , but don't find the header file . so in this case we don't use lib readline . probleme number 2 : - when you have postgres 6.2.1 and readline installed with the same prefix( and generally all your software ) . you can compile the version 6.3 . I use this prefix , when configure ask me for "Additional directories to search for include files" . ( because there a conflict in the header when you compile psql.c ) In this case, you must permut the sequence of directive -I . Erwan MAS
-
Bruce Momjian authored
-
Bruce Momjian authored
the configuration of v6.3.1. I have replaced the queries for include/lib directories with --with configuration options. I have also included a list of potential tcl/tk include directories directly in the CPPFLAGS variable. As new versions are needed, these should be added to the list in reverse numerical order (libraries are in a separate list near the end). This greatly simplifies the later checks if --with-tcl is set. I hope this solution works for everyone. I also added a check to disable the perl support if postgres was not already installed (as per the instructions in the directory). By the way, why must there be an installed pgsql to compile perl support? This seems odd, at best. Finally, I changed the Makefile in the libpgtcl interface to place the shared libraries at the end of the list of files, not at the beginning. With NetBSD at least, libraries are linked in order, so the original sequence does not work. Brook Milligan
-
- 03 Apr, 1998 1 commit
-
-
Bruce Momjian authored
However somebody else also applied a patch to the same part of configure to fix a different problem. So part of my patch was not applied or got reversed or ... whatever. The attached patch will restore configure --with-tcl to working order and should remove a lot of the messages complaining about tcl not working. Alvin
-
- 01 Apr, 1998 1 commit
-
-
Marc G. Fournier authored
-
- 31 Mar, 1998 1 commit
-
-
Marc G. Fournier authored
2) Add "#define gettimeofday(a,b) gettimeofday(a) to src/include/config.h On the 88k SVR4, gettimeofday only has one argument. This is checked for in a few other packages by configure, so there should be some examples of the configure test out there.
-
- 23 Mar, 1998 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 21 Mar, 1998 1 commit
-
-
Bruce Momjian authored
-
- 20 Mar, 1998 1 commit
-
-
Bruce Momjian authored
-
- 15 Mar, 1998 2 commits
-
-
Marc G. Fournier authored
There is an error in the configure script when using --with-pgport= that will cause the compiled version of PostgreSQL to no longer allow connections to the new port and to treat shared memory improperly. What happens is that if the port is changed, the configure script defines DEF_PGPORT as "", which atoi() will return as 0, which makes the IPC_KEY value 0. This then causes semaphores to be allocated, but never released. Postgres eventually returns from semget() with "no space left on device". The source of this error could easily be overlooked in version 6.3 since it is possible to connect via UNIX domain sockets, and having DEF_PGPORT defined as "0" would not be noticed until TCP was used.
-
Marc G. Fournier authored
Included are patches intended for allowing PostgreSQL to handle multi-byte charachter sets such as EUC(Extende Unix Code), Unicode and Mule internal code. With the MB patch you can use multi-byte character sets in regexp and LIKE. The encoding system chosen is determined at the compile time. To enable the MB extension, you need to define a variable "MB" in Makefile.global or in Makefile.custom. For further information please take a look at README.mb under doc directory. (Note that unlike "jp patch" I do not use modified GNU regexp any more. I changed Henry Spencer's regexp coming with PostgreSQL.)
-
- 02 Mar, 1998 2 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
- 28 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
-help messages Suggested by: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
-
- 26 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 24 Feb, 1998 4 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Ok. I have decided to use: #if defined(sun) && if defined(sparc) && !defined(__svr4) instead of defined(sunos4). interfaces/libpq/libpq-fe.h and include/c.h have been modified(see included patches). Another porblems I have found are: o SunOS lacks strtoul(). to fix this I stole strtoul.c from FreeBSD and place it under backend/port. necessary modifications have been also made to backend/port/Makefile.in, include/config.h.in and configure.in (see included patches).
-
Marc G. Fournier authored
From: Frank Ridderbusch <ridderbusch.pad@sni.de>
-
Marc G. Fournier authored
-
- 22 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 19 Feb, 1998 2 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
- 17 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
whatsoever. The patch is not a solution, because configure is generated from configure.in, and I don't know how to patch it to get a working 'configure'. From: "Pedro J. Lobo" <pjlobo@euitt.upm.es>
-
- 14 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
-
- 13 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
-
- 11 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
Cleanups for ecpg, as well as a missing patch so that its configured in
-
- 05 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
of configure
-
- 04 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
-
- 03 Feb, 1998 5 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Fix inclusion of 'tas.s' for various ports
-
Marc G. Fournier authored
Reported by: Shiby Thomas <sthomas@cise.ufl.edu>
-
- 02 Feb, 1998 2 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
configure vs port specific #ifdef's...
-
- 01 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
The following patches will bring the UNIVEL port in line with the new porting model used in postgreSQL 6.3
-
- 28 Jan, 1998 1 commit
-
-
Marc G. Fournier authored
-