nkhorman / json_fdw

PostgreSQL extension which implements a Foreign Data Wrapper (FDW) for JSON files.
109 stars 12 forks source link

Pass NIL value for fdw_scan_tlist to fix compilation for 9.5 alpha 2 #6

Closed jmealo closed 8 years ago

jmealo commented 9 years ago

This PR addresses Issue #5

This passes in a NIL value for fdw_scan_tlist which fixes compilation targeting PostgreSQL 9.5.

metdos commented 8 years ago

Hey @jmealo,

This project is retired and currently not recommended as a base for new consumers. If you're looking to query semi-structured data, please check the new JSON and JSONB data types built into PostgreSQL.

nkhorman commented 8 years ago

Hi @jmealo, thanks for the change. I incorporated it into my fork, which has since been wholesale merged upstream, and subsequently transferred to me.