getopt bug - Mailing list pgsql-hackers

From Bruce Momjian
Subject getopt bug
Date
Msg-id 200207152251.g6FMp8B15509@candle.pha.pa.us
Whole thread Raw
List pgsql-hackers
We had a fixed version of getopt() that would properly warn users that
they compiled psql without long options on systems with buggy getopt's,
like FreeBSD.

Now that I have added a search for libgetopt.a, which may find
getopt_long on those platforms, I have removed utils/getopt.c.  No
modules were using it anyway.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Unused system table columns
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] CLUSTER not lose indexes