| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
declaratoin.
|
| |
|
| |
|
|
|
|
|
| |
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"
|
|
|
|
| |
Found/submittd by David Bennett
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
submitted by: Bruce Momjian (root@candle.pha.pa.us)
|
| |
|
|
|