Re: Perl coding error in msvc build system? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Perl coding error in msvc build system?
Date
Msg-id 54C2AA9D.1030909@dunslane.net
Whole thread Raw
In response to Re: Perl coding error in msvc build system?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List 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 by date:

Previous
From: Robert Haas
Date:
Subject: Re: Minor issues with code comments related to abbreviated keys
Next
From: Jim Nasby
Date:
Subject: Re: pgaudit - an auditing extension for PostgreSQL