cyga / www_fdw

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

Support PostgreSQL 9.5 #18

Closed mc-soi closed 9 years ago

mc-soi commented 9 years ago

This patch adds support for PostgreSQL 9.5 by adding a required parameter: https://gist.github.com/mc-soi/9f31c6d62e85292f8ff5

A "#if (PG_VERSION_NUM >= 90500)" might be needed to make this code also compile with earlier versions.

cyga commented 9 years ago

added with version directive. thanks.