Re: Things I learned about PG8 on AIX5.3 with XLC compiler - Mailing list pgsql-general

From Neil Conway
Subject Re: Things I learned about PG8 on AIX5.3 with XLC compiler
Date
Msg-id 42A63738.40806@samurai.com
Whole thread Raw
In response to Re: Things I learned about PG8 on AIX5.3 with XLC compiler  ("Mohan, Ross" <RMohan@arbinet.com>)
Responses Re: Things I learned about PG8 on AIX5.3 with XLC compiler  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Mohan, Ross wrote:
> 1) Many (many!) uninitialized variables in code. Optimizers don't
>     do well with this.

Um, what?

> 2) Not clear (to me, a nonprogrammer) whether this is GNU C, ANSI C,
>     "Postgres" C, or what the overall coding protocol is.

Postgres is mostly ANSI C89, with limited use of GNU C extensions (which
should be limited to inside #ifdef __GNUC__ blocks, AFAIK).

-Neil

pgsql-general by date:

Previous
From: Bob
Date:
Subject: Re: pl/pgsql list
Next
From: Jamie Deppeler
Date:
Subject: Re: postgresql books