Tue Jan 29 07:56:17 PST 2008
- Previous message: [Slony1-commit] slony1-engine config.h.in
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /home/cvsd/slony1/slony1-engine/src/slon In directory main.slony.info:/tmp/cvs-serv28405/slon Modified Files: remote_listen.c Log Message: Improve logging on mode switching between polling/listening Index: remote_listen.c =================================================================== RCS file: /home/cvsd/slony1/slony1-engine/src/slon/remote_listen.c,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** remote_listen.c 3 Dec 2007 23:53:42 -0000 1.38 --- remote_listen.c 29 Jan 2008 15:56:15 -0000 1.39 *************** *** 341,345 **** case SLON_POLLSTATE_POLL: slon_log(SLON_DEBUG2, ! "remoteListenThread_%d: UNLISTEN\n", node->no_id); --- 341,345 ---- case SLON_POLLSTATE_POLL: slon_log(SLON_DEBUG2, ! "remoteListenThread_%d: UNLISTEN - switch into polling mode\n", node->no_id); *************** *** 350,354 **** case SLON_POLLSTATE_LISTEN: slon_log(SLON_DEBUG2, ! "remoteListenThread_%d: LISTEN\n", node->no_id); (void) slon_mkquery(&query1, --- 350,354 ---- case SLON_POLLSTATE_LISTEN: slon_log(SLON_DEBUG2, ! "remoteListenThread_%d: LISTEN - switch from polling mode to use LISTEN\n", node->no_id); (void) slon_mkquery(&query1,
- Previous message: [Slony1-commit] slony1-engine config.h.in
- Next message: [Slony1-commit] slony1-engine/src/backend slony1_funcs.sql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list