Re: [GENERAL] Workaround for bug #13148 (deferred EXCLUDE constraint violation)

2015-04-28 Thread Evan Martin
Thanks for looking into this! I tried your workaround on both 9.3.6 and 9.4.1 on Windows (64-bit), but it made no difference for me. If I put the SET TRANSACTION statement before BEGIN on 9.4.1 I get "WARNING: SET TRANSACTION can only be used in transaction blocks" - but putting it inside the

Re: [GENERAL] Workaround for bug #13148 (deferred EXCLUDE constraint violation)

2015-04-28 Thread John McKown
On Mon, Apr 27, 2015 at 7:45 AM, Evan Martin wrote: > I submitted the following bug report through the web form a few days ago. > It's causing problems in my application and I've been unable to find a way > to get around it. If someone here, familiar with PostgreSQL internals, > could suggest a w

[GENERAL] Workaround for bug #13148 (deferred EXCLUDE constraint violation)

2015-04-27 Thread Evan Martin
I submitted the following bug report through the web form a few days ago. It's causing problems in my application and I've been unable to find a way to get around it. If someone here, familiar with PostgreSQL internals, could suggest a workaround I'd really appreciate it! I have a deferred EX