Restore dblink_current_query() to being a C-language function, so as to not
authorTom Lane <[email protected]>
Tue, 9 Jun 2009 17:41:02 +0000 (17:41 +0000)
committerTom Lane <[email protected]>
Tue, 9 Jun 2009 17:41:02 +0000 (17:41 +0000)
commit98884903e880edea160b996e2499ec73159339e1
treeb6fd3330d05a0d8c72c4c36fef72f12e084101d3
parentfdb17362ad4ca499651f3f6cacc9e769c7afaf7d
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