a bug for shm_mq - Mailing list pgsql-bugs

From bucoo@sohu.com
Subject a bug for shm_mq
Date
Msg-id 2020050815133419172312@sohu.com
Whole thread Raw
List pgsql-bugs
version:10,11,12,master
in function shm_mq_sendv(...) line 491-492 code is
491:    /* If queue has been detached, let caller know. */
492:    if (mq->mq_detached)
493:        return SHM_MQ_DETACHED;
when run before line 492, the receiver try receive message(will successes) and call shm_mq_detach(...) function,
then this function will return SHM_MQ_DETACHED, actually data send successed!!!

bucoo@sohu.com

pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #16423: Sequential Scan on query after reindex was done
Next
From: PG Bug reporting form
Date:
Subject: BUG #16424: COPY Command fails for CSV formath