pg_resetxlog options

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_resetxlog options
Date: 2004-11-07 20:20:26
Message-ID: 418E838A.2000109@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches


Why does pg_resetxlog seem top be the only one of our programs that has
no long form options (or at least the only one that calls getopt rather
than getopt_long)? Should we make it consistent with everything else?

I noticed this when examining a compile warning about implicit
declaration of getopt().

cheers

andrew

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2004-11-07 20:26:29 Re: Documentation on PITR still scarce
Previous Message Bruce Momjian 2004-11-07 20:15:12 Re: pg_arch.c call to sleep()

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-11-07 20:47:23 Re: cygwin build failure
Previous Message Bruce Momjian 2004-11-07 20:13:32 Re: cygwin build failure