tiny patch to fic unixware build - Mailing list pgsql-patches

From Andrew Dunstan
Subject tiny patch to fic unixware build
Date
Msg-id 42C36350.2030909@dunslane.net
Whole thread Raw
Responses Re: tiny patch to fic unixware build
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Dump comments on large objects in text mode
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: Dump comments on large objects in text mode