Remove useless database name from bootstrap argument processing (including
Alvaro Herrera <alvherre@alvh.no-ip.org>
Remove useless database name from bootstrap argument processing (including startup and bgwriter processes), and the -y flag. It's not used anywhere.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/postgres-ref.sgml | modified | +1 −12 |
| src/backend/bootstrap/bootstrap.c | modified | +4 −14 |
| src/backend/postmaster/postmaster.c | modified | +1 −4 |
| src/bin/initdb/initdb.c | modified | +4 −4 |