pgsql: Remove redundant nbtree preprocessing assertions.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove redundant nbtree preprocessing assertions.
Date: 2024-04-08 02:13:55
Message-ID: E1rteWB-0013de-4n@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove redundant nbtree preprocessing assertions.

One of the assertions was the subject of a false positive complaint from
Coverity, but none of the assertions added much, so get rid of them.

Reported-By: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/3000247.1712537309@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3b08133cd13c4ac985a94222280160282ba35838

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

Browse pgsql-committers by date

  From Date Subject
Next Message Masahiko Sawada 2024-04-08 03:15:45 pgsql: Add more tab completion support for ALTER DEFAULT PRIVILEGES in
Previous Message Andres Freund 2024-04-08 02:09:50 pgsql: simplehash: Free collisions array in SH_STAT