pgsql: Improve regression test coverage of GiST index building.
Started by Tom Lanealmost 4 years ago1 messagescomitters
Improve regression test coverage of GiST index building.
Add a test case that exercises the "buffering build" code path.
This covers almost all the non-error-case lines in gistbuild.c
and gistbuildbuffers.c.
Matheus Alcantara, based on earlier work by Pavel Borisov
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/6a1f082abac9da756d473e16238a906ca5a592dc
Modified Files
--------------
src/test/regress/expected/gist.out | 3 +++
src/test/regress/sql/gist.sql | 4 ++++
2 files changed, 7 insertions(+)