Revert inadvertant change in pg_config behavior

Joe Conway <mail@joeconway.com>

Commit: fc8a81e3e73e30ac083cc60837ecf98b33d5cc7e
Author: Joe Conway <mail@joeconway.com>
Date: 2016-02-17T18:00:34Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/bin/pg_config/pg_config.c modified +1 −1