Re: Perl coding error in msvc build system?

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Perl coding error in msvc build system?
Дата
Msg-id 54C2AA9D.1030909@dunslane.net
обсуждение исходный текст
Ответ на Re: Perl coding error in msvc build system?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On 01/23/2015 03:00 PM, Alvaro Herrera wrote:
> Why is the "last;" still there?  AFAICS it matters in the old coding
> because of the while, but I don't think there is an equivalent looping
> construct in the new code.
>

You're right, I missed that. It shouldn't be there, and will produce an 
error like
   Can't "last" outside a loop block

cheers

andrew



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Minor issues with code comments related to abbreviated keys
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: pgaudit - an auditing extension for PostgreSQL