postgres/src
Peter Eisentraut 3479a0f823 const-qualify ItemPointer comparison functions
Add const qualifiers to ItemPointerEquals() and ItemPointerCompare().
This will allow further changes up the stack.  It also complements
commit aeb767ca0b, as we now have all of itemptr.h appropriately
const-qualified.

Author: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/CAEoWx2nBaypg16Z5ciHuKw66pk850RFWw9ACS2DqqJ_AkKeRsw@mail.gmail.com
2025-10-30 10:13:47 +01:00
..
backend const-qualify ItemPointer comparison functions 2025-10-30 10:13:47 +01:00
bin Replace pg_restrict by standard restrict 2025-10-29 07:52:58 +01:00
common Use C11 char16_t and char32_t for Unicode code points. 2025-10-29 14:17:13 -07:00
fe_utils Use C11 char16_t and char32_t for Unicode code points. 2025-10-29 14:17:13 -07:00
include const-qualify ItemPointer comparison functions 2025-10-30 10:13:47 +01:00
interfaces Simplify newline handling in two TAP tests 2025-10-28 08:26:42 +09: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 Fix POSIX compliance in pgwin32_unsetenv() for "name" argument 2025-10-21 08:05:28 +09:00
template Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
test Disable parallel plans for RIGHT_SEMI joins 2025-10-30 11:58:45 +09:00
timezone Generate GUC tables from .dat file 2025-09-03 09:45:17 +02:00
tools Use C11 char16_t and char32_t for Unicode code points. 2025-10-29 14:17:13 -07:00
tutorial Fix compile of src/tutorial/funcs.c 2025-10-07 10:45:57 +02:00
.gitignore
DEVELOPERS
Makefile
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
nls-global.mk Fix update-po for the PGXS case 2025-10-16 20:21:05 +02:00