Added new pg_id to fix initdb problems
Peter Eisentraut <peter_e@gmx.net>
Added new pg_id to fix initdb problems New INSTALL file Fixed a copyright notice
Files
| Path | Change | +/− |
|---|---|---|
| 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 |