]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Remove redundant nbtree preprocessing assertions.
authorPeter Geoghegan <pg@bowt.ie>
Mon, 8 Apr 2024 02:13:28 +0000 (22:13 -0400)
committerPeter Geoghegan <pg@bowt.ie>
Mon, 8 Apr 2024 02:13:28 +0000 (22:13 -0400)
commit3b08133cd13c4ac985a94222280160282ba35838
tree60a38a0faa2cf6c7dfc9667a3a2f0149fe7c1a5b
parentaf7e90a2778625d63add69165fb68c370509a199
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@sss.pgh.pa.us>
Discussion: https://postgr.es/m/3000247.1712537309@sss.pgh.pa.us
src/backend/access/nbtree/nbtutils.c