pgsql: Cover brin/gin/gist/spgist ambuildempty routines in regression t

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Cover brin/gin/gist/spgist ambuildempty routines in regression t
Date: 2022-04-25 13:04:38
Message-ID: E1niyOM-0013tQ-BI@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAJ_b95nneRCLM-=qELEdgCYSk6W_++-C+Q_t+wH3SW-hF50iw@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4fb5c794e58613561f94ad5ea1197729be7791dc

Modified Files
--------------
src/test/regress/expected/brin.out | 2 +-
src/test/regress/expected/gin.out | 2 +-
src/test/regress/expected/gist.out | 2 +-
src/test/regress/expected/spgist.out | 2 +-
src/test/regress/sql/brin.sql | 2 +-
src/test/regress/sql/gin.sql | 2 +-
src/test/regress/sql/gist.sql | 2 +-
src/test/regress/sql/spgist.sql | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-04-25 13:31:16 pgsql: Remove some recently-added pg_dump test cases.
Previous Message Alvaro Herrera 2022-04-25 08:39:12 pgsql: Always pfree strings returned by GetDatabasePath