BUG #16258: exec_simple_query does not call ProcessCompletedNotifies after CommitTransactionCommand - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #16258: exec_simple_query does not call ProcessCompletedNotifies after CommitTransactionCommand
Date
Msg-id 16258-f5218e29662078f7@postgresql.org
Whole thread Raw
Responses Re: BUG #16258: exec_simple_query does not call ProcessCompletedNotifies after CommitTransactionCommand  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16258
Logged by:          RekGRpth
Email address:      rekgrpth@gmail.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();"


pgsql-bugs by date:

Previous
From: Graham Wideman
Date:
Subject: Re: BUG #16182: Error in logs from "renaming temporary statistics"
Next
From: Arseny Sher
Date:
Subject: Re: ERROR: subtransaction logged without previous top-level txn record