]> granicus.if.org Git - postgresql/commit
Allow multiple --temp-config arguments to pg_regress
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 28 Feb 2016 14:38:43 +0000 (09:38 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 28 Feb 2016 14:38:43 +0000 (09:38 -0500)
commit26fdff1b8f76f3c47d4e19be7c4aef3cdcd3393c
treefe92181e15e99de2e2c0c2dc8f2e4a63eb817aa9
parent87cc6b57a911bf439ff9e53f1eddba58e9749ffe
Allow multiple --temp-config arguments to pg_regress

This means that if, for example, TEMP_CONFIG is set and a Makefile
explicitly sets a temp-config file, both will now be used.

Patch from John Gorman.
src/test/regress/pg_regress.c