Thu Apr 14 07:17:29 PDT 2011
- Previous message: [Slony1-commit] Slony-I-commit Fixing segfault.
- Next message: [Slony1-commit] Slony-I-commit Updated release notes for HEAD
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fixing a bug in the log table selection query. It is possible for the code to enter the if block where no sets come from that provider. The code will still execute provider_query so we need to make it a valid query that returns no rows. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=ef13327516a5f5edc242331ccf0dba2ee604cb54 Modified Files -------------- src/slon/remote_worker.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Fixing segfault.
- Next message: [Slony1-commit] Slony-I-commit Updated release notes for HEAD
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list