pgsql: MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS
Дата
Msg-id E1ji4iO-0001zJ-Qz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
MSVC: Avoid warning when testing a TAP suite without PROVE_FLAGS.

Commit 7be5d8df1f74b78620167d3abf32ee607e728919 surfaced the logic
error, which had no functional implications, by adding "use warnings".
The buildfarm always customizes PROVE_FLAGS, so the warning did not
appear there.  Back-patch to 9.5 (all supported versions).

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/696cb6d8f6be667af79a512db57ab0bad3248f42

Modified Files
--------------
src/tools/msvc/vcregress.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Stamp HEAD as 14devel.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix crash in WAL sender when starting physical replication