]> granicus.if.org Git - postgresql/commit
Our version of getopt_long does not set optarg upon detecting an error, as
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 25 Jun 2006 04:38:00 +0000 (04:38 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 25 Jun 2006 04:38:00 +0000 (04:38 +0000)
commit15af8b771b64d700e6449e73fdec824ab09fbc49
tree26a78e87505e96b4c81d430aa4d59ed9c7dffffc
parent1c718dd8bffe9dcdf38b5a10991f4e1067e4821d
Our version of getopt_long does not set optarg upon detecting an error, as
opposed to what other versions apparently do, so it's not safe to print an
error message.  Besides, getopt_long itself already did, so it's redundant
anyway.
src/bin/pg_ctl/pg_ctl.c