Re: [HACKERS] git trunk doesn't build

2011-11-07 Thread Greg Jaskiewicz
On 7 Nov 2011, at 15:44, Heikki Linnakangas wrote: > On 07.11.2011 14:01, Gregg Jaskiewicz wrote: >> On 7 November 2011 11:57, Heikki Linnakangas >> wrote: >> >>> Looks like the range types patch was broken for float timestamps. I'll go >>> fix that. Thanks for the report! >> >> yup, no probs

Re: [HACKERS] git trunk doesn't build

2011-11-07 Thread Heikki Linnakangas
On 07.11.2011 14:01, Gregg Jaskiewicz wrote: On 7 November 2011 11:57, Heikki Linnakangas wrote: Looks like the range types patch was broken for float timestamps. I'll go fix that. Thanks for the report! yup, no probs. Fixed. -- Heikki Linnakangas EnterpriseDB http://www.enterprise

Re: [HACKERS] git trunk doesn't build

2011-11-07 Thread Andrew Dunstan
On 11/07/2011 09:40 AM, Kevin Grittner wrote: Gregg Jaskiewicz wrote: On 7 November 2011 12:14, Thom Brown wrote: 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 co

Re: [HACKERS] git trunk doesn't build

2011-11-07 Thread Kevin Grittner
Gregg Jaskiewicz wrote: > On 7 November 2011 12:14, Thom Brown wrote: >> >> 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. > >

Re: [HACKERS] git trunk doesn't build

2011-11-07 Thread Gregg Jaskiewicz
On 7 November 2011 12:14, Thom Brown wrote: > > 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. I am rebuilding head once a week-ish

Re: [HACKERS] git trunk doesn't build

2011-11-07 Thread Thom Brown
On 7 November 2011 11:57, Heikki Linnakangas 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 >>

Re: [HACKERS] git trunk doesn't build

2011-11-07 Thread Gregg Jaskiewicz
On 7 November 2011 11:57, Heikki Linnakangas wrote: > Looks like the range types patch was broken for float timestamps. I'll go > fix that. Thanks for the report! yup, no probs. -- GJ -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription

Re: [HACKERS] git trunk doesn't build

2011-11-07 Thread Heikki Linnakangas
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 rep