Cover brin/gin/gist/spgist ambuildempty routines in regression tests
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 25 Apr 2022 13:00:49 +0000 (15:00 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 25 Apr 2022 13:00:49 +0000 (15:00 +0200)
commit4fb5c794e58613561f94ad5ea1197729be7791dc
tree5e42e719cf718dfec2847906d3e96b0972a28e24
parent0bd56172b2871e94c0d7115ffbf430308317ac49
Cover brin/gin/gist/spgist ambuildempty routines in regression tests

Changing some TEMP or permanent tables to UNLOGGED is sufficient to
invoke these ambuildempty routines, which were all not uncovered by any
tests.  These changes do not otherwise affect the test suite.

Author: Amul Sul <sulamul@gmail.com>
Discussion: https://postgr.es/m/CAAJ_b95nneRCLM-=qELEdgCYSk6W_++-C+Q_t+wH3SW-hF50iw@mail.gmail.com
src/test/regress/expected/brin.out
src/test/regress/expected/gin.out
src/test/regress/expected/gist.out
src/test/regress/expected/spgist.out
src/test/regress/sql/brin.sql
src/test/regress/sql/gin.sql
src/test/regress/sql/gist.sql
src/test/regress/sql/spgist.sql