Noted. Thank you.
-----Original Message-----
From: pgsql-patches-owner@postgresql.org
[mailto:pgsql-patches-owner@postgresql.org] On Behalf Of Andrew Dunstan
Sent: Friday, November 02, 2007 4:19 PM
To: Gevik Babakhani
Cc: pgsql-patches@postgresql.org
Subject: Re: [PATCHES] V0.1 patch for TODO Item: SQL-language reference
parameters by name.
Gevik Babakhani wrote:
>
> Hello all,
>
>
>
> Hereby an alpha version regarding the:
>
> TODO Item: SQL-language reference parameters by name.
>
>
>
> I am sending this patch to check if I am on the right track.
>
> So please take a look at this if possible.
>
Step 1: don't use c++ style comments like this:
+ //TODO: Check here
C89 is basically our standard. gcc -std=c89 will check that it complies.
cheers
andrew
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend