pgsql: Use correct DatumGet*() function in test_shm_mq_main().
pgsql: Use correct DatumGet*() function in test_shm_mq_main().
От:
Nathan Bossart <nathan@postgresql.org>
Дата:
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 Reviewed-by: Tom Lane Discussion: https://postgr.es/m/CAAZLFmRxkUD5jRs0W3K%3DUe4_ZS%2BRcAb0PCE1S0vVJBn3sWH2UQ%40mail.gmail.com Backpatch-through: 13 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/bbccf7ecb363e50ae9d9aa71d0e7c6d49ee0bb06 Modified Files -------------- src/test/modules/test_shm_mq/worker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)