Unverified Commit 63c2d851 authored by Shubham Dhama's avatar Shubham Dhama Committed by GitHub
Browse files

Use dynamically allocated QMessage for msgrcv. (#534)

Follow up of
https://github.com/dimitri/pgcopydb/pull/533#pullrequestreview-1720295497.
Context is sometimes msgrcv acts weird and corrupts the value of other
stack allocated variables. Using heap allocated queue message as the
workaround until its root cause is known.
parent 385ee3d5
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment