Re: V0.1 patch for TODO Item: SQL-language reference parameters by name.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: V0.1 patch for TODO Item: SQL-language reference parameters by name.
Date: 2007-11-02 15:19:19
Message-ID: 472B3FF7.7070809@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2007-11-02 15:20:27 Re: V0.1 patch for TODO Item: SQL-language reference parameters by name.
Previous Message Tom Lane 2007-11-02 15:17:34 Re: Intel x64 vs AMD x64 pgdata

Browse pgsql-patches by date

  From Date Subject
Next Message Pavel Stehule 2007-11-02 15:20:27 Re: V0.1 patch for TODO Item: SQL-language reference parameters by name.
Previous Message Gevik Babakhani 2007-11-02 14:58:58 V0.1 patch for TODO Item: SQL-language reference parameters by name.