pgsql: Add nbtree page deletion assertion.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add nbtree page deletion assertion.
Date: 2020-08-03 20:05:38
Message-ID: E1k2giI-0002B1-1E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add nbtree page deletion assertion.

Add a documenting assertion that's similar to the nearby assertion added
by commit cd8c73a3. This conveys that the entire call to _bt_pagedel()
does no work if it isn't possible to get a descent stack for the initial
scanblkno page.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a451b7d44249b8655db8d40476ace9f84d76ab88

Modified Files
--------------
src/backend/access/nbtree/nbtpage.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-08-03 21:01:54 pgsql: doc: PG 13 relnotes: hash_mem_multiplier can restore old behav.
Previous Message Tom Lane 2020-08-03 18:02:44 pgsql: Remove unnecessary "DISTINCT" in psql's queries for \dAc and \dA