summaryrefslogtreecommitdiff
path: root/src/backend/partitioning/partbounds.c
diff options
context:
space:
mode:
authorMelanie Plageman <melanieplageman@gmail.com>2025-12-04 18:55:02 -0500
committerMelanie Plageman <melanieplageman@gmail.com>2025-12-04 18:55:02 -0500
commit904f9f5ea0e00a88e2429682d01f2ec946bf553a (patch)
tree0202e58aa04d3abd4e47ae270d48b573cb6ea782 /src/backend/partitioning/partbounds.c
parent80f6e2fb4addb03e2e163a380b5e6e1f4b321286 (diff)
Suppress spurious Coverity warning in prune freeze logic
Adjust the prune_freeze_setup() parameter types of new_relfrozen_xid and new_relmin_mxid to prevent misleading Coverity analysis. heap_page_prune_and_freeze() compared these values against NULL when passing them to prune_freeze_setup(), causing Coverity to assume they could be NULL and flag a possible null-pointer dereference later, even though it occurs inside a directly related conditional. Reported-by: Coverity Author: Melanie Plageman <melanieplageman@gmail.com>
Diffstat (limited to 'src/backend/partitioning/partbounds.c')
0 files changed, 0 insertions, 0 deletions