pgsql: Extend pg_config to be able to report the build-time values of

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Extend pg_config to be able to report the build-time values of
Date: 2005-08-09 22:47:04
Message-ID: 20050809224704.47E405298E@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Extend pg_config to be able to report the build-time values of CC,
CPPFLAGS, CFLAGS, CFLAGS_SL, LDFLAGS, LDFLAGS_SL, and LIBS. Change it
so that invoking pg_config with no arguments reports all available
information, rather than just giving an error message. Per discussion.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
pg_config-ref.sgml (r1.20 -> r1.21)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_config-ref.sgml.diff?r1=1.20&r2=1.21)
pgsql/src/bin/pg_config:
Makefile (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/Makefile.diff?r1=1.14&r2=1.15)
pg_config.c (r1.11 -> r1.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/pg_config.c.diff?r1=1.11&r2=1.12)
win32.mak (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/win32.mak.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message User T-ishii 2005-08-10 12:11:12 pgpool - pgpool: If invalid non-switch args are given (for example,
Previous Message Tom Lane 2005-08-09 21:14:55 pgsql: Make backends that are reading the pgstats file verify each