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 7195c80 commit bbccf7eCopy full SHA for bbccf7e
src/test/modules/test_shm_mq/worker.c
@@ -77,7 +77,7 @@ test_shm_mq_main(Datum main_arg)
77
* exit, which is fine. If there were a ResourceOwner, it would acquire
78
* ownership of the mapping, but we have no need for that.
79
*/
80
- seg = dsm_attach(DatumGetInt32(main_arg));
+ seg = dsm_attach(DatumGetUInt32(main_arg));
81
if (seg == NULL)
82
ereport(ERROR,
83
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
0 commit comments