Re: BUG #16258: exec_simple_query does not call ProcessCompletedNotifies after CommitTransactionCommand

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: RekGRpth <rekgrpth(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16258: exec_simple_query does not call ProcessCompletedNotifies after CommitTransactionCommand
Date: 2020-02-14 15:36:32
Message-ID: 17339.1581694592@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

RekGRpth <rekgrpth(at)gmail(dot)com> writes:
> No, it wasn't. I listen in another connection and receive both
> notifications but only after 10 seconds!

Doesn't sound like a bug to me. The sending backend will only
send out notifications when it goes idle.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message RekGRpth 2020-02-14 15:37:44 Re: BUG #16258: exec_simple_query does not call ProcessCompletedNotifies after CommitTransactionCommand
Previous Message RekGRpth 2020-02-14 15:23:18 Re: BUG #16258: exec_simple_query does not call ProcessCompletedNotifies after CommitTransactionCommand