Mon Sep 13 13:40:24 PDT 2010
- Previous message: [Slony1-commit] Slony-I-commit Updating release notes for bug154.
- Next message: [Slony1-commit] Slony-I-commit Additional attempt at bug #40.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Replacing calls to signal with sigaction. AIX + Solaris have an implementation of signal that resets the signal handler after it is called once. Keep calls to signal() on CYGWIN (cherry picked from commit 7a6c8c0dced9fed8f806dabe8c7e11fbd8d8b18c) Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=6f567506a5310148fc53811be02ac9004c670a9a Modified Files -------------- src/slon/slon.c | 60 +++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 41 insertions(+), 19 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Updating release notes for bug154.
- Next message: [Slony1-commit] Slony-I-commit Additional attempt at bug #40.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list