Re: Perl coding error in msvc build system?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Abhijit Menon-Sen <ams(at)2ndQuadrant(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Perl coding error in msvc build system?
Date: 2015-01-23 20:10:05
Message-ID: 54C2AA9D.1030909@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim Nasby 2015-01-23 20:11:34 Re: pgaudit - an auditing extension for PostgreSQL
Previous Message Robert Haas 2015-01-23 20:09:43 Re: Minor issues with code comments related to abbreviated keys