postgresql/src
Peter Geoghegan 32d6287d2e Get heap page max offset with buffer lock held.
On further reflection it seems better to call PageGetMaxOffsetNumber()
after acquiring a buffer lock on the page.  This shouldn't really
matter, but doing it this way is cleaner.

Follow-up to commit 42288174.

Backpatch: 12-, just like commit 42288174
2020-12-30 17:21:42 -08:00
..
backend Get heap page max offset with buffer lock held. 2020-12-30 17:21:42 -08:00
bin More fixups for pg_upgrade cross-version tests. 2020-12-30 14:15:48 -05:00
common Use setenv() in preference to putenv(). 2020-12-30 12:56:06 -05:00
fe_utils Remove incorrect %s in string 2020-11-09 10:38:22 +01:00
include Use setenv() in preference to putenv(). 2020-12-30 12:56:06 -05:00
interfaces Use setenv() in preference to putenv(). 2020-12-30 12:56:06 -05:00
makefiles Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
pl Further fix thinko in plpgsql memory leak fix. 2020-12-28 11:55:23 -05:00
port Use setenv() in preference to putenv(). 2020-12-30 12:56:06 -05:00
template On macOS, use -isysroot in link steps as well as compile steps. 2020-11-20 00:07:09 -05:00
test Use setenv() in preference to putenv(). 2020-12-30 12:56:06 -05:00
timezone Improve hash_create()'s API for some added robustness. 2020-12-15 11:38:53 -05:00
tools Use setenv() in preference to putenv(). 2020-12-30 12:56:06 -05:00
tutorial Remove support for postfix (right-unary) operators. 2020-09-17 19:38:05 -04:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Split Makefile symbol CFLAGS_VECTOR into two symbols. 2020-09-06 21:28:16 -04:00
Makefile.shlib Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
nls-global.mk NLS: Fix backend gettext triggers 2019-09-23 09:04:20 +02:00