Mon Nov 15 12:14:38 PST 2010
- Previous message: [Slony1-commit] Slony-I-commit Bug #162: refactoring of typenameTypeId() requires using
- Next message: [Slony1-commit] Slony-I-commit Add release notes for bug #162
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
------
REL_2_0_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=c2e41e106bce20652f1ad5aa5893a87764f103db
Modified Files
--------------
src/backend/slony1_funcs.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Bug #162: refactoring of typenameTypeId() requires using
- Next message: [Slony1-commit] Slony-I-commit Add release notes for bug #162
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list