postgresql/src/backend/access/index
Peter Geoghegan e42b3c3bd6 Fix GiST index deletion assert issue.
Avoid calling heap_index_delete_tuples() with an empty deltids array to
avoid an assertion failure.

This issue was arguably an oversight in commit b5f58cf2, though the
failing assert itself was added by my recent commit d168b666.  No
backpatch, though, since the oversight is harmless in the back branches.

Author: Peter Geoghegan <pg@bowt.ie>
Reported-By: Jaime Casanova <jcasanov@systemguards.com.ec>
Discussion: https://postgr.es/m/CAJKUy5jscES84n3puE=sYngyF+zpb4wv8UMtuLnLPv5z=6yyNw@mail.gmail.com
2021-01-26 23:24:37 -08:00
..
Makefile Revert "Rename files and headers related to index AM" 2019-12-27 08:09:00 +09:00
amapi.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
amvalidate.c Update copyright for 2021 2021-01-02 13:06:25 -05:00
genam.c Fix GiST index deletion assert issue. 2021-01-26 23:24:37 -08:00
indexam.c Pass down "logically unchanged index" hint. 2021-01-13 08:11:00 -08:00