pgsql: Fix Perl code which had broken the Windows build

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix Perl code which had broken the Windows build
Дата
Msg-id E1csqlu-00070p-Sj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix Perl code which had broken the Windows build

The previous change wanted to avoid modifying $_ in grep, but the code
just made the change in a local variable and then lost it.  Rewrite the
code using a separate map and grep, which is clearer anyway.

Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4d33a7f2e714848ca7b5b7ef8e244eead078ca13

Modified Files
--------------
src/tools/msvc/vcregress.pl | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Clean up Perl code according to perlcritic
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Cleanup slots during drop database