Re: Fw: Case Insensitive Test

From: Larry Rosenman <ler(at)lerctr(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Donald Fraser <demolish(at)cwgsy(dot)net>
Cc: "[ADMIN]" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Fw: Case Insensitive Test
Date: 2003-09-26 00:57:12
Message-ID: 57810000.1064537832@lerlaptop.lerctr.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

--On Thursday, September 25, 2003 20:43:36 -0400 Tom Lane
<tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> "Donald Fraser" <demolish(at)cwgsy(dot)net> writes:
>>> Nice work, just two comments (1) the C++ comment style (//) is not
>>> portable for C programs and should be changed and (2) the standard way
>
>> Fair comment but since it has to be compiled against a valid PosgtreSQL
>> distribution, which all require GNU compilers,
>
> We have several beta testers who keep us honest on exactly this point;
> they use compilers that do not take //. Personally I wish gcc could
> be configured not to have these little non-ANSI-isms ...
Actually, I *THINK* C99 allows // comments, but that's neither here nor
there.
Any pre-C99 Non-GCC compiler won't allow it (I'm one of the aforementioned
beta
testers, I use the SCO cc (native) compiler on UnixWare)).

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-09-26 01:24:13 Re: Fw: Case Insensitive Test
Previous Message Tom Lane 2003-09-26 00:43:36 Re: Fw: Case Insensitive Test