]> granicus.if.org Git - postgresql/commit
Revert inadvertant change in pg_config behavior
authorJoe Conway <mail@joeconway.com>
Wed, 17 Feb 2016 18:00:34 +0000 (10:00 -0800)
committerJoe Conway <mail@joeconway.com>
Wed, 17 Feb 2016 18:00:34 +0000 (10:00 -0800)
commitfc8a81e3e73e30ac083cc60837ecf98b33d5cc7e
treea3a882a7dcdf73cf7d1acbeee0781635d2662a28
parenta5c43b886942e96ec5c745041f2d6a50c3205147
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.
src/bin/pg_config/pg_config.c