Marc G. Fournier
4ca1e1300c
Change the comments pertaining to Makefile.custom
...
Submitted by: darcy@druid.druid.com (D'Arcy J.M. Cain)
30 years ago
Marc G. Fournier
0da293f868
Fix for using Makefile.custom
...
Suggested/Submitted by: darcy@druid.druid.com
Cleaner Method Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
30 years ago
Marc G. Fournier
32620c222e
From: Bruce Momjian <maillist@candle.pha.pa.us>
...
To: Postgres95-development <pg95-dev@ki.net>
Subject: [PG95-DEV] Makefile.global patch
Can we apply the following patch to make EUROPEAN_DATES consistent with
other parameters?
30 years ago
Marc G. Fournier
5774d080a7
Turned off EUROPEAN_DATES as default...
...
Pointed out by Bruce
30 years ago
Marc G. Fournier
04b55fc4a4
Patches to make POSTPORT changes in scripts
...
Originally submitted by: ernst.molitor@uni-bonn.de
resubmitted by: D'Arcy Cain
30 years ago
Marc G. Fournier
95251f458c
Various standardizations and fixes submitted by D'Arcy Cain
...
NOTE: Makefile.custom is commented out, since it isn't there by default.
If you read the section telling you about it to know to create it,
you can uncomment it while you are there ...
30 years ago
Marc G. Fournier
870be9fa8e
Clean up th ecompile process by centralizing the include files
...
- code compile tested, but due to a yet unresolved problem with
parse.h's creation, compile not completed...
30 years ago
Marc G. Fournier
5c0d6ccdbf
Redundant -I pointer to port/<portname>
30 years ago
Marc G. Fournier
43eeb64688
Removed -DESCAPE_PATCH ... moved to include/config.h
30 years ago
Marc G. Fournier
672aec6ce3
Reduce -DPORTNAME_$(PORTNAME) down to just -D$(PORTNAME)
30 years ago
Marc G. Fournier
93ad36fdc2
USE_TCL should default to false, ntot true...
30 years ago
Marc G. Fournier
4455ba2c88
Erk, missed adding the required ilbrary itself
30 years ago
Marc G. Fournier
41d0b14764
Quick fix for compiling psql...
30 years ago
Marc G. Fournier
1bdbf4092a
Bring in changes to READLINE/HISTORY defines
30 years ago
Marc G. Fournier
926a066d40
Added a SVR4 port
...
---
below my signature, there are a coupls of diffs and files in a shell
archive, which were needed to build postgres95 1.02 on Siemens Nixdorfs
MIPS based SINIX systems. Except for the compiler switches "-W0" and
"-LD-Blargedynsym" these diffs should also apply for other SVR4 based
systems. The changes in "Makefile.global" and "genbki.sh" can probably
be ignored (I needed gawk, to make the script run).
There is one bugfix thou. In "src/backend/parser/sysfunc.c" the
function in this file didn't honor the EUROPEAN_DATES ifdef.
---
Submitted by: Frank Ridderbusch <ridderbusch.pad@sni.de>
30 years ago
Marc G. Fournier
fd3b829959
Had a space in CFLAGS+= -I ..
...
Submitted by: Andrew Martin <martin@biochemistry.ucl.ac.uk>
30 years ago
Marc G. Fournier
cb34902cbd
Move port includes from bin/pg_dump/Makefile to Makefile.global
30 years ago
Marc G. Fournier
db174707ba
Standardize locations of TCL related files
...
Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com>
30 years ago
Marc G. Fournier
1af2cc0d58
Style didn't appeal to some...:)
...
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
30 years ago
Marc G. Fournier
496b937dca
Change ordering of "user modified variables" so that they are at
...
the top of th efile instead of scattered throughout
Turned off default behavior of compiling with -g enabled
submitted by; bruce
30 years ago
Marc G. Fournier
8a372d202f
Add in port to DG/UX
...
Submitted by: "Brian E. Gallew" <geek+@cmu.edu>
30 years ago
Marc G. Fournier
65b4b39246
Dr George suggested removing Makefile.custom altogether, to reduce
...
any confusion...so its gone...
30 years ago
Marc G. Fournier
7920dce9f9
comment out USE_TCL...having USE_TCL=true seems to imply that you
...
have to have TCL to use postgres95, which you don't
30 years ago
Marc G. Fournier
0ede7ca819
Added an empty Makefile.custom file...
30 years ago
Marc G. Fournier
00fe588fb0
comment out inclue of Makefile.custom, as i tbreaks compiling the
...
bin directory
30 years ago
Marc G. Fournier
772ae267e3
spelling error...and correction
30 years ago
Marc G. Fournier
18a7989e1a
- merging in Dr. George's tree with ours
...
- src/backend/access
- no changes
- src/backend/utils
- mostly cosmetic changes
- ESCAPE_PATCH Added
- src/Makefile.global changes merged
30 years ago
Marc G. Fournier
ffae4ebde9
Brought in NEOSOFT's port to i386_solaris
...
Submitted by: Randy Kunkee <kunkee@Starbase.NeoSoft.COM>
30 years ago
Marc G. Fournier
94215d51c8
Fixes:
...
The updating of array fields is broken in Postgres95-1.01, An array can
be only replaced with a new array but not have some elements modified.
This is caused by two bugs in the parser and in the array utilities.
Furthermore it is not possible to update array with a base type of
variable length.
- submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
30 years ago
Marc G. Fournier
c777e8131e
fixed a bug with not commenting out FSYNC= in initdb.sh
30 years ago
Marc G. Fournier
2771129c82
Fixes:
...
minor Makefile changes to force setting of SRCDIR and ordering of
include files
Submitted by: Bruce Momjian (root@candle.pha.pa.us )
30 years ago
Marc G. Fournier
55aab6a434
fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}
...
submitted by: Bruce Momjian (root@candle.pha.pa.us )
30 years ago
Marc G. Fournier
76145bd74b
Makefile.global changes to show option -DOPENLINK_PATCHES
30 years ago
Marc G. Fournier
3a2a3689b8
Moved two defines required for FreeBSD into Makefile.global
...
The idea is that its right beside PORTNAME, so if it doesn't apply to
the OS in question, it can be rememberd to disable it...
30 years ago
Marc G. Fournier
d31084e9d1
Postgres95 1.01 Distribution - Virgin Sources
30 years ago