pgsql: Remove redundant _bt_killitems() buffer check.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant _bt_killitems() buffer check.
Date: 2020-04-30 01:18:12
Message-ID: E1jTxq8-0005nC-Ph@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant _bt_killitems() buffer check.

_bt_getbuf() cannot return an invalid buffer.

Oversight in commit 2ed5b87f96d.

Branch
------
master

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

Modified Files
--------------
src/backend/access/nbtree/nbtutils.c | 4 ----
1 file changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-04-30 04:34:37 pgsql: Doc: re-re-revise markup for tables of functions.
Previous Message Michael Paquier 2020-04-29 23:14:22 pgsql: Fix check for conflicting SSL min/max protocol settings