-
- Downloads
Don't assume that struct option is available just because we can find a
getopt_long(). This is more or less the same problem as we saw earlier with getaddrinfo() and struct addrinfo, and for the same reason: random user-added libraries might contain the subroutine, but there's no guarantee we will find the matching header files.
Showing
- configure 147 additions, 2 deletionsconfigure
- configure.in 14 additions, 2 deletionsconfigure.in
- contrib/pg_autovacuum/pg_autovacuum.h 1 addition, 1 deletioncontrib/pg_autovacuum/pg_autovacuum.h
- contrib/pg_dumplo/main.c 3 additions, 5 deletionscontrib/pg_dumplo/main.c
- src/bin/pg_dump/pg_dump.c 3 additions, 5 deletionssrc/bin/pg_dump/pg_dump.c
- src/bin/pg_dump/pg_dumpall.c 3 additions, 5 deletionssrc/bin/pg_dump/pg_dumpall.c
- src/bin/pg_dump/pg_restore.c 3 additions, 6 deletionssrc/bin/pg_dump/pg_restore.c
- src/bin/psql/startup.c 3 additions, 6 deletionssrc/bin/psql/startup.c
- src/bin/scripts/common.h 1 addition, 8 deletionssrc/bin/scripts/common.h
- src/include/getopt_long.h 19 additions, 4 deletionssrc/include/getopt_long.h
- src/include/pg_config.h.in 3 additions, 0 deletionssrc/include/pg_config.h.in
Loading
Please register or sign in to comment