aboutsummaryrefslogtreecommitdiff
path: root/src/backend/bootstrap/bootstrap.c
Commit message (Collapse)AuthorAge
* Fix bug: -D options implies -d option.Bryan Henderson1996-11-22
|
* Remove most compile-time options, add a few runtime options to make up for it.Bryan Henderson1996-11-14
| | | | | | | In particular, no more compiled-in default for PGDATA or LIBDIR. Commands that need them need either invocation options or environment variables. PGPORT default is hardcoded as 5432, but overrideable with options or environment variables.
* Add #include <unistd.h> to quiet compiler warning about missing getopt() ↵Bryan Henderson1996-11-10
| | | | declaratoin.
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
|
* -Wall'dMarc G. Fournier1996-10-21
|
* Added a #define NEED_SIG_JMP to config.hMarc G. Fournier1996-10-18
| | | | | Removed #ifdef's for OPENLINK_PATCH. We enable it by default, and nobody *has* to enable the functionality, but no reason to retain the "old code"
* changed missed err() change to err_out()Release_2_0_0Marc G. Fournier1996-08-17
| | | | Found/submittd by David Bennett
* Fixes:Marc G. Fournier1996-08-13
| | | | | | | | | | | | | There is a support routine in the standard 4.4BSD C library called "err()". There is also a utility routine in .../src/backend/bootstrap/bootstrap.c with the same name. Here's a patch that renames the pg95 routine to something a little more sane. As a bonus, one more bit of system-specific code leaves the system... Submitted by: "Kurt J. Lidl" <lidl@va.pubnix.com>
* Finished merging in src/backend from Dr. George's source treeMarc G. Fournier1996-07-23
|
* fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1}Marc G. Fournier1996-07-16
| | | | submitted by: Bruce Momjian (root@candle.pha.pa.us)
* fsync patch from openlinkMarc G. Fournier1996-07-15
|
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09