pgsql: Rename vacuum_cost_limit switch from -N to -l to avoid conflict

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename vacuum_cost_limit switch from -N to -l to avoid conflict
Date: 2004-11-17 21:30:38
Message-ID: 20041117213038.42E303A4439@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Rename vacuum_cost_limit switch from -N to -l to avoid conflict with
existing Windows-only switch.

Modified Files:
--------------
pgsql/contrib/pg_autovacuum:
README.pg_autovacuum (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/README.pg_autovacuum.diff?r1=1.9&r2=1.10)
pg_autovacuum.c (r1.24 -> r1.25)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.c.diff?r1=1.24&r2=1.25)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-11-17 21:37:48 pgsql: Include <getopt.h> if available, to avoid warnings on Windows.
Previous Message Tom Lane 2004-11-17 21:23:37 pgsql: Remove ill-considered suppression of gcc warnings in plperl, and