cyga / www_fdw

fdw extension for postgres
http://wiki.postgresql.org/wiki/WWW_FDW
123 stars 21 forks source link

#20 PostgreSQL 9.5RC1 fix #21

Closed robe2 closed 8 years ago

robe2 commented 8 years ago

I tested this on 9.3,9.4, and 9.5RC1 instances and seems to work However the make check fails.

The reason why it fails seems to be a trivial one. My output shows

drop cascades to user mapping for postgres on server www_fdw_server

but what is listed in expected is


drop cascades to user mapping for postgres

Rest of lines are the same

robe2 commented 8 years ago

You can close #20