Age | Commit message (Collapse) | Author |
|
ended!
|
|
|
|
|
|
|
|
hopefully this sort of thing can eventually be determined using configure?
|
|
|
|
# _fUnKy_POSTPORT_sTuFf_ - port to run the postmaster on
Submitted by: D'Arcy
|
|
way one creates a database system. Parts that were in "make install"
are not either in "make all" or initdb. Nothing goes in the PGDATA
directory besides user data. Creating multiple database systems is
easier.
In addition to applying the patch, it is necessary to move the file
libpq/pg_hba to backend/libpq/pg_hba.sample.
Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
|
|
---
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>
|
|
don't indicate that the libpq.a library is a dependency of all the /bin
programs. So if the library changes, the /bin programs don't get remade.
Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
|
|
does 2 things:
1) Make it hard to not notice the make failed. (As you recall, someone on
the mailing list had this problem. I've had it to some extent myself).
The 1.02 make files continue with the next subdirectory when a make
in a subdirectory fails. The patch makes the make stop in the
conventional way when a submake fails. It also adds a reassuring message
when the make succeeds and adds a note to the INSTALL file to expect it.
2) Include loader flags on all invocations of the linker.
The 1.02 make files omit the $(LDFLAGS) on some of the linker invocations.
On my system, I need one of those flags just to make it invoke the proper
version of the compiler/linker, so LDFLAGS has to be everywhere.
Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
|
|
Submitted by: Andrew Martin <martin@biochemistry.ucl.ac.uk>
|
|
|
|
exists...
Submitted by: Bruce Momjian <maillist@candle.pha.pa.us>
|
|
Submitted by: "Brian E. Gallew" <geek+@cmu.edu>
|
|
|
|
|
|
- submitted by: Bruce Momjian (root@candle.pha.pa.us)
|
|
Submitted by: Randy Kunkee <kunkee@Starbase.NeoSoft.COM>
|
|
submitted by: Bruce Momjian (root@candle.pha.pa.us)
|
|
|