pgsql-server/ /configure /configure.in ontrib/ ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ /configure /configure.in ontrib/ ...
Date: 2003-08-07 21:11:58
Message-ID: 20030807211158.99FFAD1C4E0@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/08/07 18:11:58

Modified files:
. : configure configure.in
contrib/pg_autovacuum: pg_autovacuum.h
contrib/pg_dumplo: main.c
src/bin/pg_dump: pg_dump.c pg_dumpall.c pg_restore.c
src/bin/psql : startup.c
src/bin/scripts: common.h
src/include : getopt_long.h pg_config.h.in

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2003-08-07 21:38:56 pgsql-server/. configure.in configure
Previous Message Tom Lane 2003-08-07 19:37:13 pgsql-server/src/backend/libpq pqcomm.c