pgsql: Use correct DatumGet*() function in test_shm_mq_main(). - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Use correct DatumGet*() function in test_shm_mq_main().
Date
Msg-id E1uVDyN-003cgN-1Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use correct DatumGet*() function in test_shm_mq_main().

This is purely cosmetic, as dsm_attach() interprets its argument as
a dsm_handle (i.e., an unsigned integer), but we might as well fix
it.

Oversight in commit 4db3744f1f.

Author: Jianghua Yang <yjhjstz@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CAAZLFmRxkUD5jRs0W3K%3DUe4_ZS%2BRcAb0PCE1S0vVJBn3sWH2UQ%40mail.gmail.com
Backpatch-through: 13

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4dc48ad28d96326ff6b56331863b96fff0c9414d

Modified Files
--------------
src/test/modules/test_shm_mq/worker.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Correct list of files in src/backend/lib/README
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Message style improvements