Re: pg_dump.options.diff

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Serguei Mokhov <mokhov(at)cs(dot)concordia(dot)ca>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Manfred Koizar <mkoi-pg(at)aon(dot)at>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_dump.options.diff
Date: 2003-01-04 10:29:40
Message-ID: Pine.LNX.4.44.0301031946500.8249-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Serguei Mokhov writes:

> #if defined(HAVE_GETOPT_LONG)
> #define xo(long,short,desc) printf("%s %s\n", long, desc)
> #else
> #define xo(long,short,desc) printf("%s %s\n", short, desc)
> #endif
>
> seems relatively generic, so it could be used by more than one tool.

As long as we're spending time on this, why not just write our own version
of getopt_long()?

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dan Langille 2003-01-04 11:44:18 Re: [GENERAL] v7.3.1 Bundled and Released ...
Previous Message Peter Eisentraut 2003-01-04 10:27:53 Re: [GENERAL] v7.3.1 Bundled and Released ...

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2003-01-04 10:33:55 Re: pg_resetxlog Hungarian message file
Previous Message Peter Eisentraut 2003-01-04 10:28:22 Re: more adequate usage msg: pg_controldata.diff