Fri Aug 27 12:06:25 PDT 2010
- Previous message: [Slony1-commit] Slony-I-commit Fix for when local listen fails to start properly. It wa
- Next message: [Slony1-commit] Slony-I-commit Bug #115
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Commit: http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=783eee0a78628e62ae081fbebd366f9d3fad5af8 Log Message ----------- Bug #115 Cause the parser to generate an ERROR if a WAIT FOR EVENT occurs inside of a TRY block. In reality, the wait itself isn't the problem. It is the combination of creating the event (sync, store whatever) and waiting for it inside the same try block. Try blocks don't commit until they end, so the event never gets committed and logically, the wait must wait forever. Branch ------ REL_2_0_STABLE Modified Files -------------- src/slonik/parser.y | 36 ++++++++++++++++++++++++++++++++---- 1 files changed, 32 insertions(+), 4 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Fix for when local listen fails to start properly. It wa
- Next message: [Slony1-commit] Slony-I-commit Bug #115
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list