Add postgres_fdw contrib module.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d0d75c402217421b691050857eb3d7af82d0c770
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-02-21T10:27:16Z
Releases: 9.3.0
Add postgres_fdw contrib module.

There's still a lot of room for improvement, but it basically works,
and we need this to be present before we can do anything much with the
writable-foreign-tables patch.  So let's commit it and get on with testing.

Shigeru Hanada, reviewed by KaiGai Kohei and Tom Lane

Files