Use our own version of getopt_long() if the OS doesn't have one.
Peter Eisentraut <peter_e@gmx.net>
Use our own version of getopt_long() if the OS doesn't have one.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +3 −3 |
| configure.in | modified | +3 −3 |
| doc/src/sgml/ref/pg_dumpall.sgml | modified | +1 −5 |
| doc/src/sgml/ref/pg_dump.sgml | modified | +1 −5 |
| doc/src/sgml/ref/pg_restore.sgml | modified | +2 −2 |
| doc/src/sgml/ref/psql-ref.sgml | modified | +1 −5 |
| doc/src/sgml/release.sgml | modified | +2 −1 |
| src/bin/pg_dump/pg_dumpall.c | modified | +6 −25 |
| src/bin/pg_dump/pg_dump.c | modified | +11 −59 |
| src/bin/pg_dump/pg_restore.c | modified | +8 −53 |
| src/bin/psql/startup.c | modified | +8 −36 |
| src/include/getopt_long.h | added | +33 −0 |
| src/port/getopt.c | modified | +2 −3 |
| src/port/getopt_long.c | added | +199 −0 |