Added new pg_id to fix initdb problems

Peter Eisentraut <peter_e@gmx.net>

Commit: 13f88750178ced2b948a3d2b8370f5231534577d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2000-01-20T21:51:09Z
Releases: 7.1.1
Added new pg_id to fix initdb problems
New INSTALL file
Fixed a copyright notice

Files

PathChange+/−
doc/src/sgml/install.sgml modified +298 −1015
doc/src/sgml/ref/initdb.sgml modified +1 −16
INSTALL modified +338 −1641
src/backend/access/heap/tuptoaster.c modified +2 −2
src/bin/initdb/initdb.sh modified +25 −40
src/bin/Makefile modified +2 −2
src/bin/pg_id/Makefile added +33 −0
src/bin/pg_id/pg_id.c added +91 −0
src/bin/psql/copy.c modified +4 −1
src/GNUmakefile.in modified +5 −2
src/mkinstalldirs added +36 −0