forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit56cbb61
committed
Rewrite dblink_record_internal() and dblink_fetch() to use a tuplestore
(SFRM_Materialize mode) to return tuples. Since we don't return from thedblink function in tuplestore mode, release the PGresult with a PG_CATCHblock on error. Also rearrange to share the same code to materialize thetuplestore. Patch by Takahiro Itagaki.1 parent875353b commit56cbb61
1 file changed
+232
-337
lines changed0 commit comments
Comments
(0)