Fri Nov 5 09:02:14 PDT 2010
- Previous message: [Slony1-bugs] [Bug 144] replicate_partition stored procedure doesn't start replicating changes to the new table
- Next message: [Slony1-bugs] [Bug 165] New: Hiding Password in logs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://www.slony.info/bugzilla/show_bug.cgi?id=162 Christopher Browne <cbbrowne at ca.afilias.info> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|slony1-bugs at lists.slony.inf |cbbrowne at ca.afilias.info |o | Status|NEW |ASSIGNED --- Comment #1 from Christopher Browne <cbbrowne at ca.afilias.info> 2010-11-05 09:02:14 PDT --- Actually, "presumably" turns out to be incorrect. config/acx_libpq.m4 already handled this: if test -z "$ac_cv_typenameTypeId_args"; then AC_MSG_RESULT(no) else if test "$ac_cv_typenameTypeId_args" = 3; then AC_DEFINE(HAVE_TYPENAMETYPEID_3) elif test "$ac_cv_typenameTypeId_args" = 2; then AC_DEFINE(HAVE_TYPENAMETYPEID_2) elif test "$ac_cv_typenameTypeId_args" = 1; then AC_DEFINE(HAVE_TYPENAMETYPEID_1) fi AC_MSG_RESULT([yes, and it takes $ac_cv_typenameTypeId_args arguments]) fi We thus already have #ifdef-suitable symbols defined, that need to be referenced in slony1_funcs.c Done, in a branch based on 2.0: https://github.com/cbbrowne/slony1-engine/commit/c1834e9dba05ca8f73551dbc59cc978f6fce8c26 It is also applicable to HEAD, directly, and I expect it may be cherry-picked into 1.2. -- Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. You are the assignee for the bug.
- Previous message: [Slony1-bugs] [Bug 144] replicate_partition stored procedure doesn't start replicating changes to the new table
- Next message: [Slony1-bugs] [Bug 165] New: Hiding Password in logs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-bugs mailing list