tiny patch to fic unixware build

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: tiny patch to fic unixware build
Date: 2005-06-30 03:13:20
Message-ID: 42C36350.2030909@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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"

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2005-06-30 03:21:50 Re: Dump comments on large objects in text mode
Previous Message Tom Lane 2005-06-30 03:12:28 Re: Open items