aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/arrayfuncs.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2024-10-11 11:09:09 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2024-10-11 11:09:09 +0300
commitadd77755ce851fae2f72be4b9c56a606f9362895 (patch)
treee8f52d5cd536259d094c48e9c0b48645e52d6ae1 /src/backend/utils/adt/arrayfuncs.c
parent682512dca870f46cf2c0b9e227702dffc5de5ef0 (diff)
downloadpostgresql-add77755ce851fae2f72be4b9c56a606f9362895.tar.gz
postgresql-add77755ce851fae2f72be4b9c56a606f9362895.zip
Mark consume_xids test functions VOLATILE and PARALLEL UNSAFE
Both functions advance the transaction ID, which modifies the system state. Thus, they should be marked as VOLATILE. Additionally, they call the AssignTransactionId function, which cannot be invoked in parallel mode, so they should be marked as PARALLEL UNSAFE. Author: Yushi Ogiwara <btogiwarayuushi@oss.nttdata.com> Discussion: https://www.postgresql.org/message-id/18f01e4fd46448f88c7a1363050a9955@oss.nttdata.com
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions