postgresql/src
Melanie Plageman 904f9f5ea0 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>
2025-12-04 18:55:02 -05:00
..
backend Suppress spurious Coverity warning in prune freeze logic 2025-12-04 18:55:02 -05:00
bin Use "foo(void)" for definitions of functions with no parameters. 2025-12-03 10:54:37 -06:00
common Remove useless casting to same type 2025-12-02 10:09:32 +01:00
fe_utils Add \pset options for boolean value display 2025-11-03 17:40:39 +01:00
include Remove no longer needed casts to Pointer 2025-12-04 19:40:08 +01:00
interfaces Remove useless casting to same type 2025-12-02 10:09:32 +01:00
makefiles Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
pl Avoid memory leak in validation of a PL/Python trigger function. 2025-10-23 14:23:26 -04:00
port Remove useless casting to same type 2025-12-02 10:09:32 +01:00
template Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
test Rename BUFFERPIN wait event class to BUFFER 2025-12-03 18:38:20 -05:00
timezone Update timezone to C99 2025-11-21 13:07:40 +01:00
tools headerscheck ccache support 2025-12-04 11:23:23 +01:00
tutorial Fix compile of src/tutorial/funcs.c 2025-10-07 10:45:57 +02:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
Makefile.shlib Use exported symbols list on macOS for loadable modules as well 2025-06-10 07:04:43 +02:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
nls-global.mk Fix update-po for the PGXS case 2025-10-16 20:21:05 +02:00