Re: git trunk doesn't build

From: Thom Brown <thom(at)linux(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Gregg Jaskiewicz <gryzman(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: git trunk doesn't build
Date: 2011-11-07 12:14:30
Message-ID: CAA-aLv68=xyW1424L+kAry1hELeABj_rEPrOBqdmEgtJ9R0+4g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 7 November 2011 11:57, Heikki Linnakangas
<heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
> On 07.11.2011 13:14, Gregg Jaskiewicz wrote:
>>
>> http://pastebin.com/RjiRjGZc
>>
>> this is on fedora 12, gcc 4.6.1
>
>> rangetypes.c: In function ‘tsrange_subdiff’:
>> rangetypes.c:1316:11: error: ‘timestamp’ undeclared (first use in this
>> function)
>> rangetypes.c:1316:11: note: each undeclared identifier is reported only
>> once for each function it appears in
>> rangetypes.c:1310:12: warning: unused variable ‘v2’ [-Wunused-variable]
>> rangetypes.c:1309:12: warning: unused variable ‘v1’ [-Wunused-variable]
>> rangetypes.c: In function ‘tstzrange_subdiff’:
>> rangetypes.c:1332:11: error: ‘timestamp’ undeclared (first use in this
>> function)
>> rangetypes.c:1326:12: warning: unused variable ‘v2’ [-Wunused-variable]
>> rangetypes.c:1325:12: warning: unused variable ‘v1’ [-Wunused-variable]
>
> Looks like the range types patch was broken for float timestamps. I'll go
> fix that. Thanks for the report!

I notice that there are no machines in the build farm which build HEAD
and use float timestamps, so this could silently happen again unless
the Grzegorz Jaskiewiczs out there continue to report build issues.

--
Thom Brown
Twitter: @darkixion
IRC (freenode): dark_ixion
Registered Linux user: #516935

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-11-07 12:28:57 Re: Storing hot members of PGPROC out of the band
Previous Message Gregg Jaskiewicz 2011-11-07 12:01:28 Re: git trunk doesn't build