redis_fdw failure on crake - Mailing list pgsql-hackers

From Richard Guo
Subject redis_fdw failure on crake
Date
Msg-id CAMbWs4_TEttjn2xTTbBkWwnUQp=NrO6RNxMJNCJ7xpAkrg45Aw@mail.gmail.com
Whole thread Raw
Responses Re: redis_fdw failure on crake
List pgsql-hackers
After pushing commit e2debb643 I noticed redis_fdw failure on crake.

+ERROR:  failed to connect to Redis: 1
+CONTEXT:  SQL statement "select                   (select count(*) from db15) +
+        (select count(*) from db15_hash) +
+        (select count(*) from db15_set) +
+        (select count(*) from db15_list) +
+        (select count(*) from db15_zset)"
+PL/pgSQL function inline_code_block line 5 at SQL statement

This same failure occurred three days ago as well.  It seems that
connecting to Redis has been unstable recently.

(CC'ing Andrew, as he's the owner.)

Thanks
Richard



pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Reduce "Var IS [NOT] NULL" quals during constant folding
Next
From: Pavel Stehule
Date:
Subject: Re: Proposal: QUALIFY clause