yesterday I had a problem with initdb. I set bad environment values

Bruce Momjian <bruce@momjian.us>

Commit: 1cc7e40c808c370f634057dae85859f8d7066a64
Author: Bruce Momjian <bruce@momjian.us>
Date: 2000-02-08T15:58:54Z
Releases: 7.1.1
 yesterday I had a problem with initdb. I set bad environment values
and initdb crashs (I set pglib path to PG 6.5.3 directory instead to
7.0 and initdb take this BKI old templates ... (initdb not check
BKI version and BKI files not has any version comments (TODO?))

 This patch add to the initdb --show option which show setting of all
initdb's values. It spare developers time if in setting is bug.

                                                Karel

----------------------------------------------------------------------
Karel Zak <zakkr@zf.jcu.cz>              http://home.zf.jcu.cz/~zakkr/

Files

PathChange+/−
src/bin/initdb/initdb.sh modified +32 −4