Augment the function call map logic with code from Tom Lane.

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: 8cdabf074118ab0c86423891cc0b85c9c94939e7
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 2000-04-04T01:07:54Z
Releases: 7.1.1
Augment the function call map logic with code from Tom Lane.
 Should be more robust to overflows.
 Pass through an unmapped function unchanged, rather than rejecting it.
Add a few more functions, but comment out those which can go through as-is.
Can be used with contrib/odbc/ package, though that isn't committed yet.

Files

PathChange+/−
src/interfaces/odbc/convert.c modified +129 −37