tiny patch to fic unixware build

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема tiny patch to fic unixware build
Дата
Msg-id 42C36350.2030909@dunslane.net
обсуждение исходный текст
Ответы Re: tiny patch to fic unixware build  (Neil Conway <neilc@samurai.com>)
Список pgsql-patches
In the course of looking into Larry's buildfarm woes, I found that
Unixware needs this patch on HEAD to build correctly

cheers

andrew

Index: src/backend/utils/adt/timestamp.c
===================================================================
RCS file: /projects/cvsroot/pgsql/src/backend/utils/adt/timestamp.c,v
retrieving revision 1.127
diff -c -r1.127 timestamp.c
*** src/backend/utils/adt/timestamp.c   29 Jun 2005 22:51:56 -0000
1.127
--- src/backend/utils/adt/timestamp.c   30 Jun 2005 03:03:42 -0000
***************
*** 19,24 ****
--- 19,25 ----
  #include <math.h>
  #include <float.h>
  #include <limits.h>
+ #include <sys/time.h>

  #include "access/hash.h"
  #include "access/xact.h"


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Dump comments on large objects in text mode
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Dump comments on large objects in text mode