Re: Needs Suggestion

Lists: pgsql-hackers
From: subham(at)cse(dot)iitb(dot)ac(dot)in
To: pgsql-hackers(at)postgresql(dot)org
Subject: Needs Suggestion
Date: 2010-08-30 15:12:10
Message-ID: 26d58b784daa4cda449d5759e75f7a9a.squirrel@www.cse.iitb.ac.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Can anyone explain this ?

My question is -
What is lnext:; , lreplace:; in postgres code ?
I found lnext:; in 1501 and lreplace:; in 2065 in execMain.c file.

--

Thank You,
Subham Roy.
CSE,
IIT Bombay.


From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: subham(at)cse(dot)iitb(dot)ac(dot)in
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Needs Suggestion
Date: 2010-09-02 20:25:48
Message-ID: AANLkTimMERR1uXEPQ5aaW=CBjE57m0nfrku-5Xjk2XYm@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Mon, Aug 30, 2010 at 11:12 AM, <subham(at)cse(dot)iitb(dot)ac(dot)in> wrote:
> Can anyone explain this ?
>
> My question is -
> What is lnext:; , lreplace:; in postgres code ?
> I found lnext:; in 1501 and lreplace:; in 2065 in execMain.c file.

It's a label.

http://www.lysator.liu.se/c/bwk-tutor.html#goto

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company