Christopher Browne cbbrowne at ca.afilias.info
Mon Nov 15 12:13:22 PST 2010
Bug #162: refactoring of typenameTypeId() requires using different
function signatures with different PG versions.

Notably, on 9.1, it's used as
    typenameTypeId(NULL, txid_snapshot_typname)

Per refactoring commit:
http://git.postgresql.org/gitweb?p=postgresql.git;a=commit;h=35670340f57d78d6ab023b1fb42fd81339f85d4c

We were already detecting 1/2/3 parm versions of this function, so
all that's necessary is to add #ifdef to choose between them in
src/backend/slony1_funcs.c

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=861766f5f48cb6dc9a122f1d81abc22c4ddfbea7

Modified Files
--------------
src/backend/slony1_funcs.c |    6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)



More information about the Slony1-commit mailing list