buildfarm failures on crake and sittella - Mailing list pgsql-hackers

From Robert Haas
Subject buildfarm failures on crake and sittella
Date
Msg-id CA+TgmoZ84bdfWP7HJvtVnyXFGCpAm9qiO2SYmjJCNXLjTFitfw@mail.gmail.com
Whole thread Raw
Responses Re: buildfarm failures on crake and sittella  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew,

The FileTextArrayFDW-build failure on crake, and the RedisFDW-build
failure on sittella, are expected results of my commit
5043193b78919a1bd144563aadc2f7f726549913.  If those FDWs do not push
quals down, they just need to be updated to pass an additional NIL
argument to make_foreignscan().  If they do, they need to pass a list
of the pushed-down quals in that new argument, as described in the
above-mentioned commit.

Can you either update those FDWs or disable those builds for now so
the BF is happy?

Thanks,

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: pg_dump LOCK TABLE ONLY question
Next
From: Bruce Momjian
Date:
Subject: Re: TODO list updates