pgsql: Tweak for initdb: if more command-line arguments were specified - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: Tweak for initdb: if more command-line arguments were specified
Date
Msg-id 20070804210109.5EB589FB2F9@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Tweak for initdb: if more command-line arguments were specified than
expected, exit with an error, rather than complaining about the error
on stderr but continuing onward.

Modified Files:
--------------
    pgsql/src/bin/initdb:
        initdb.c (r1.138 -> r1.139)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.138&r2=1.139)

pgsql-committers by date:

Previous
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: kick client if startup pkt contains unknown
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: use goto instead break because of 2 loops