Add the possibility to specify an explicit validator function for foreign-data

Peter Eisentraut <peter_e@gmx.net>

Commit: 7babccb91504fd4a958ff778547af1a8cbc1f8f2
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-02-24T10:06:36Z
Releases: 8.4.0
Add the possibility to specify an explicit validator function for foreign-data
wrappers (similar to procedural languages).  This way we don't need to retain
the nearly empty libraries, and we are more free in how to implement the
wrapper API in the future.

Files