]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fixes:
authorMarc G. Fournier <scrappy@hub.org>
Tue, 13 Aug 1996 01:28:29 +0000 (01:28 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 13 Aug 1996 01:28:29 +0000 (01:28 +0000)
commit9b7eb28ea5ebdea8ea92944f036b7c0409abd62f
treeeceb8d8746dca018611d7e92e12f5b67409bce39
parent5bd4485c8e4fd1a198af7bd7f254d5ea2330a886
Fixes:

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>
src/backend/bootstrap/bootparse.y
src/backend/bootstrap/bootstrap.c
src/backend/bootstrap/bootstrap.h