]> granicus.if.org Git - postgresql/commit
Restore dblink_current_query() to being a C-language function, so as to not
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Jun 2009 17:41:02 +0000 (17:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Jun 2009 17:41:02 +0000 (17:41 +0000)
commitf3e122fcdf68fcc28c0d03971e19c318fe3bc405
tree066078d8c6c8d2326d76dd7ada81078743dc5a79
parente8f28cb25d6f375d0d553b6fa16b398835951a1f
Restore dblink_current_query() to being a C-language function, so as to not
create an ABI break between 8.3 and 8.4.  It is still just a wrapper around
the built-in current_query() function, but at a different implementation
level.  Per my proposal.

Note: this change doesn't break 8.4beta installations, since their
SQL-language definition of the function still works fine.
contrib/dblink/dblink.c
contrib/dblink/dblink.h
contrib/dblink/dblink.sql.in