Marc G. Fournier
e7c767b477
Try to further reduce the PORT dependencies.
...
Essentially, config.h now includes an 'os.h', which is created via
configure by linking a "port.h" file from the port directory to the
include directory.
Going to try to merge backend/port in similar ways
1997-02-09 04:34:07 +00:00
Marc G. Fournier
d557375d61
Remove NO_{SIGPROCMASK,SETSID,WAITPID} from nextstep port, since they
...
aren't doing anything anyway
1997-02-09 03:36:08 +00:00
Marc G. Fournier
171e0c27e4
Changes to configure/config.h.in to check for:
...
sigprocmask, setsid and waitpid
Especially for nextstep systems
Awaiting for a context diff from Gregor to complete changes for the nextstep
port
1997-02-09 03:33:38 +00:00
Marc G. Fournier
ad6bfe67bd
Various fixes suggested by Gregor Hoffleit
...
Add a check to configure for strdup
Remove all the '-ltermcap' checks from psql/Makefile
Have {psql,pg_dump}/Makefile modified if strdup doesn't exist on the system
1997-02-09 03:23:52 +00:00
Marc G. Fournier
fd84cafb69
|I took a look at this and I think pg_dump mishandles arrays of ints and floats
...
|by neglecting to quote them.
|
|I have made a minor change to pg_dump.c that will fix this.
|
|Dates are dumped and restored OK with pg_dump in V6
|
|We'll still need to fix the dump in both cases if the original dump is from V1.09.
From Keith Parks
1997-02-09 03:00:09 +00:00
Bruce Momjian
e2292e0c0c
Add missing paren for hpux.
1997-02-08 20:39:50 +00:00
Marc G. Fournier
f3ceb0a144
Oops, the port is ultrix4, not ultrix
...
Pointed out by: Erik Bertelsen
1997-02-08 03:29:31 +00:00
Marc G. Fournier
37e7e77c33
Add in netbsd*) to configure
...
Pointed out by D'Arcy
1997-02-07 17:49:50 +00:00
Bruce Momjian
2300ac0dc4
Add attribute optimization statistics.
1997-02-07 16:24:12 +00:00
Marc G. Fournier
4c0faba0fe
Add ultrix to configure
1997-02-07 11:07:43 +00:00
Marc G. Fournier
cfd9f6e7a9
Add in the nextstep port so that configure will (should?) run on it
1997-02-07 10:18:35 +00:00
Marc G. Fournier
1ce7b0c808
The test for union semun requires <sys/ipc.h>
...
Pointed out by Bruce
1997-02-06 20:55:03 +00:00
Bruce Momjian
89868af425
Remove extra paren in ifdef.
1997-02-06 19:27:22 +00:00
Marc G. Fournier
2c9dbc57e5
Various changes to improve/support Mklinux
...
Submitted by: Tatsuo Ishii
1997-02-06 08:40:16 +00:00
Marc G. Fournier
9b9141245c
Make sure all changes are committed...
1997-02-06 06:33:58 +00:00
Marc G. Fournier
a7257ff41f
autoconf test for and set HAVE_VFORK
1997-02-06 06:15:49 +00:00
Marc G. Fournier
e72b1ccd30
Add test for union semun to configure
...
Remove references to NEED_UNION_SEMUN from include/config.h.in and
from include/storage/ipc.h, replacing it with a single HAVE_UNION_SEMUN
1997-02-06 05:30:50 +00:00
Marc G. Fournier
321d42c6d0
Change ordering of libraries
1997-02-06 05:05:04 +00:00
Bruce Momjian
e9e86aa59d
Include main Makefile.global first so variables are not over-written.
1997-02-06 02:31:52 +00:00
Marc G. Fournier
d04500743b
Oops, just about forgot to commit this one too :(
1997-02-05 21:28:22 +00:00
Marc G. Fournier
b78a3de9a1
Get in there...
1997-02-05 21:27:04 +00:00
Marc G. Fournier
4001a8c7d3
Add Makefile.in so that configure can determine if inet_aton.o is required
...
Add CFLAGS= @CPPFLAGS@ to Makefile.global and configure so that build is
useful for finding extra header files
Split header files from libraries in build. Doesn't make much sense to
look for a header file in /usr/local/lib, nor to look for a library
in /usr/local/include :)
1997-02-05 21:22:07 +00:00
Bruce Momjian
0d5f773b72
Update to handle include search paths.
1997-02-05 04:47:20 +00:00
Marc G. Fournier
4506116db8
Add in appropriate checks for inet_aton, and modifications to backend/port/Makefile
...
to include inet_aton.c if required
1997-02-04 22:39:56 +00:00
Marc G. Fournier
50b618a049
Test for existence of inet_aton on the system, and only include inet_aton.c if
...
required
Pointed out by Brian E. Gallew
1997-02-04 22:36:30 +00:00
Marc G. Fournier
5c117403e0
Add in a check for AIX port and set PORTNAME accordingly
...
Pointed out by: Darren King
1997-02-04 22:24:40 +00:00
Marc G. Fournier
20c20b8018
Remove a library check that isn't used right now
1997-02-04 22:17:23 +00:00
Marc G. Fournier
b17a92f5e6
Add a 'build' script. All it currently does is prompts the user for additional 'lib'
...
directories to search to find libraries, and then runs ./configure directly
1997-02-04 22:14:24 +00:00
Marc G. Fournier
b8ddf4425d
Add conditional for port to bsdi
1997-02-04 21:40:54 +00:00
Marc G. Fournier
4aff83181a
Fix for echo newline suppression detection
...
Submitted by: Keith Parks
1997-02-04 09:16:08 +00:00
Marc G. Fournier
14be8d35b5
Remove default GNUmakefile and Makefile.global
...
Change reference to Postgres95 to PostgreSQL in GNUmakefile
1997-02-04 09:13:59 +00:00
Marc G. Fournier
63c28920ab
remove old non-autoconf config.h
...
clean up some of the readline code in config.h.in
1997-02-04 09:08:56 +00:00
Marc G. Fournier
a20440b210
Final file required for autoconf, so far...
1997-02-04 08:54:47 +00:00
Marc G. Fournier
bc564084a3
Bring back in the autoconf files - work in progress
1997-02-04 08:53:45 +00:00
Marc G. Fournier
9cabea224c
Change references to NEED_RUSAGE to HAVE_RUSAGE
...
Pointed out by:" Tatsuo Ishii <t-ishii@sra.co.jp>
1997-02-03 04:43:31 +00:00
Marc G. Fournier
a1019b6ca7
AIX *does* have <sys/select.h>
...
Pointed out by Darren King
1997-01-30 16:02:38 +00:00
Marc G. Fournier
5b5e06ebc7
Convert Postgres95 to PostgreSQL
...
Pointed out by Andrew Martin
1997-01-30 04:00:50 +00:00
Marc G. Fournier
b070db6632
Change Postgres95 references to PostgreSQL
1997-01-30 03:59:44 +00:00
Marc G. Fournier
37ca4d4d6e
Change 'next' to 'nextstep' as port name
...
Pointed out by Andrew Martin
1997-01-30 03:58:15 +00:00
Marc G. Fournier
3facbfc28e
Revisions to customize for READLINE support
...
From Andrew Martin
1997-01-30 03:56:53 +00:00
Marc G. Fournier
5239ccb9cf
Update Linux and Irix FAQs
...
From Andrew
1997-01-30 03:55:40 +00:00
Marc G. Fournier
6791355823
aix does have <termios.h>
...
pointed out by Darren King
1997-01-30 03:54:13 +00:00
Bruce Momjian
2ffba0d498
Changes to get ready for 6.0 final release.
1997-01-29 05:26:59 +00:00
Marc G. Fournier
abd38d8b22
Linux doesn't have sys/select.h...
1997-01-29 04:49:14 +00:00
Vadim B. Mikheev
daf75276d4
New func _vc_scanoneind: scan one index relation to update statistic
...
in pg_class if no one page was reapped by vacuum.
1997-01-29 02:59:03 +00:00
Marc G. Fournier
f3c3458b1d
Point bug reports at bugs@postgresql.org
1997-01-28 20:49:59 +00:00
Marc G. Fournier
31832a5768
Redirect bug reports to bugs@postgresql.org instead of hackers...
1997-01-28 18:12:34 +00:00
Bruce Momjian
35e2d29c2b
Added comment to readline defines.
1997-01-28 13:53:50 +00:00
Bruce Momjian
9c931e08ba
Moved readline stuff into Makefile.global.
1997-01-28 03:47:01 +00:00
Marc G. Fournier
6ab9db7b78
Apply usage patches for European Dates patch from Keith
1997-01-27 22:37:52 +00:00