10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65c3223 commit bf377c2Copy full SHA for bf377c2
src/test/modules/test_shm_mq/worker.c
@@ -78,7 +78,7 @@ test_shm_mq_main(Datum main_arg)
78
* exit, which is fine. If there were a ResourceOwner, it would acquire
79
* ownership of the mapping, but we have no need for that.
80
*/
81
- seg = dsm_attach(DatumGetInt32(main_arg));
+ seg = dsm_attach(DatumGetUInt32(main_arg));
82
if (seg == NULL)
83
ereport(ERROR,
84
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
0 commit comments