postgres/src
Peter Geoghegan 3da436ec09 Update obsolete nbtree array preprocessing comments.
The array->scan_key references fixed up at the end of preprocessing
start out as offsets into the arrayKeyData[] array (the array returned
by _bt_preprocess_array_keys at the start of preprocessing that involves
array scan keys).  Offsets into the arrayKeyData[] array are no longer
guaranteed to be valid offsets into our original scan->keyData[] input
scan key array, but comments describing the array->scan_key references
still talked about scan->keyData[].  Update those comments.

Oversight in commit b5249741.
2024-09-24 12:58:55 -04:00
..
backend Update obsolete nbtree array preprocessing comments. 2024-09-24 12:58:55 -04:00
bin Alphabetize #include directives in pg_checksums.c. 2024-09-20 15:18:42 -05:00
common jsonapi: fix memory leakage during OOM error recovery. 2024-09-23 12:30:51 -04:00
fe_utils Prevent mis-encoding of "trailing junk after numeric literal" errors. 2024-09-05 12:42:33 -04:00
include Remove pg_authid's TOAST table. 2024-09-21 15:17:46 -05:00
interfaces Add PQfullProtocolVersion() to surface the precise protocol version. 2024-09-09 11:54:55 -04:00
makefiles Add -Wmissing-variable-declarations to the standard compilation flags 2024-08-03 11:51:02 +02:00
pl Don't bother checking the result of SPI_connect[_ext] anymore. 2024-09-09 12:18:34 -04:00
port Only perform pg_strong_random init when required 2024-09-02 13:52:27 +02:00
template thread-safety: gmtime_r(), localtime_r() 2024-08-23 07:43:04 +02:00
test Add ONLY support for VACUUM and ANALYZE 2024-09-24 18:03:40 +12:00
timezone
tools Improve Perl script which adds commit links to release notes 2024-09-19 08:45:33 -04:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Add -Wmissing-variable-declarations to the standard compilation flags 2024-08-03 11:51:02 +02:00
Makefile.shlib Remove AIX support 2024-02-28 15:17:23 +04:00
meson.build
nls-global.mk