Re: HEAD compile troubles

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: HEAD compile troubles
Дата
Msg-id 200403252148.i2PLmxt16874@candle.pha.pa.us
обсуждение исходный текст
Ответ на HEAD compile troubles  (David Fetter <david@fetter.org>)
Список pgsql-hackers
David Fetter wrote:
> Kind people,
>
> I just tried to compile HEAD on fedora, and it broke as per <http://rafb.net/paste/results/W1942548.html>
>
> Any ideas what i buggered up?

Fixed.  Not sure why I didn't see the problem because I do compile with
SSL.  Anyway, patch attached and applied.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
Index: src/interfaces/libpq/libpq-int.h
===================================================================
RCS file: /cvsroot/pgsql-server/src/interfaces/libpq/libpq-int.h,v
retrieving revision 1.86
diff -c -c -r1.86 libpq-int.h
*** src/interfaces/libpq/libpq-int.h    24 Mar 2004 03:45:00 -0000    1.86
--- src/interfaces/libpq/libpq-int.h    25 Mar 2004 21:47:54 -0000
***************
*** 458,463 ****
--- 458,466 ----
  #ifdef ENABLE_THREAD_SAFETY
  extern void check_sigpipe_handler(void);
  extern pthread_key_t thread_in_send;
+ #endif
+
+ #ifdef USE_SSL
  extern bool pq_initssllib;
  #endif


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Log rotation
Следующее
От: markw@osdl.org
Дата:
Сообщение: Re: [PERFORM] fsync method checking