cyga / www_fdw

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

specify required PostgreSQL versions (>= 9.2) in META.json #10

Closed tvondra closed 9 years ago

tvondra commented 9 years ago

Without the prerequisities specified in the META.json specfile, pgxnclient can't identify which PostgreSQL versions is the extension compatible with. That results in failures like this:

http://pgxn-tester.org/results/1462d265-2166-45e9-92f7-b012906fb621

because the extension uses FDW routines introduced in 9.2.