Re: Things I learned about PG8 on AIX5.3 with XLC compiler

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Things I learned about PG8 on AIX5.3 with XLC compiler
Дата
Msg-id 42A63738.40806@samurai.com
обсуждение исходный текст
Ответ на Re: Things I learned about PG8 on AIX5.3 with XLC compiler  ("Mohan, Ross" <RMohan@arbinet.com>)
Ответы Re: Things I learned about PG8 on AIX5.3 with XLC compiler  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bob
Дата:
Сообщение: Re: pl/pgsql list
Следующее
От: Jamie Deppeler
Дата:
Сообщение: Re: postgresql books