pgsql: Revert inadvertant change in pg_config behavior

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert inadvertant change in pg_config behavior
Date: 2016-02-17 18:05:07
Message-ID: E1aW6TL-0005IT-Jy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert inadvertant change in pg_config behavior

In commit a5c43b88 the behavior of command line pg_config was
inadvertantly changed to include the config name when specific
configs are requested, similar to when none are requested and
all are emitted. This breaks scripts that expect to use
pg_config for e.g. PGXS. Revert the behavior to the previous.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fc8a81e3e73e30ac083cc60837ecf98b33d5cc7e

Modified Files
--------------
src/bin/pg_config/pg_config.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-02-17 18:09:51 Re: pgsql: Add new system view, pg_config
Previous Message Joe Conway 2016-02-17 17:51:00 Re: pgsql: Add new system view, pg_config