Re: patch for sun workshop compilation bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch for sun workshop compilation bug
Дата
Msg-id 19157.1104364127@sss.pgh.pa.us
обсуждение исходный текст
Ответ на patch for sun workshop compilation bug  (ayan@ayan.net)
Список pgsql-patches
ayan@ayan.net writes:
> in essence, if configure detects that the
> environment is sunos4, s_lock.c should use the
> .seg opcode.  otherwise, s_lock.c should use
> .section.

> i've tested this and i've gotten the latest CVS
> source to compile under Solaris 9 using sun's
> compiler.

Applied, except I made the #define symbol be SUNOS4_CC.  The original
SUNOS4 seems a tad too likely to be floating around in the standard
compilation environment, which would risk breaking gcc builds.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: David Brown
Дата:
Сообщение: Re: Allow pooled connections to list all prepared queries
Следующее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Implementing RESET CONNECTION ...