BUG #16258: exec_simple_query does not call ProcessCompletedNotifies after CommitTransactionCommand

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: rekgrpth(at)gmail(dot)com
Subject: BUG #16258: exec_simple_query does not call ProcessCompletedNotifies after CommitTransactionCommand
Date: 2020-02-14 06:27:40
Message-ID: 16258-f5218e29662078f7@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 16258
Logged by: RekGRpth
Email address: rekgrpth(at)gmail(dot)com
PostgreSQL version: 12.2
Operating system: Docker alpine edge
Description:

to reproduse

psql -c "begin;select pg_notify('channel', concat_ws(' = ', 'a',
clock_timestamp()::text));commit;select pg_sleep(10);begin;select
pg_notify('channel', concat_ws(' = ', 'b',
clock_timestamp()::text));commit;select now(), clock_timestamp();"

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Arseny Sher 2020-02-14 13:34:28 Re: ERROR: subtransaction logged without previous top-level txn record
Previous Message Graham Wideman 2020-02-14 04:42:28 Re: BUG #16182: Error in logs from "renaming temporary statistics"