pgsql: Add missing 'Z' letter to getopt_long call --- the newly added

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing 'Z' letter to getopt_long call --- the newly added
Date: 2010-06-11 23:58:24
Message-ID: 20100611235824.C16727541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add missing 'Z' letter to getopt_long call --- the newly added
--analyze-only switch did not work in its short form -Z.

Josh Berkus

Modified Files:
--------------
pgsql/src/bin/scripts:
vacuumdb.c (r1.37 -> r1.38)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/vacuumdb.c?r1=1.37&r2=1.38)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2010-06-12 06:05:20 pgsql: Add a regression test case for bug #5497
Previous Message User Mkz 2010-06-11 13:50:03 pgbouncer - pgbouncer: Ignore application_name startup parameter.