Restore dblink_current_query() to being a C-language function, so as to not

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

Commit: f3e122fcdf68fcc28c0d03971e19c318fe3bc405
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-06-09T17:41:02Z
Releases: 8.4.0
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.

Files

PathChange+/−
contrib/dblink/dblink.c modified +15 −1
contrib/dblink/dblink.h modified +2 −1
contrib/dblink/dblink.sql.in modified +3 −3