postgresql/src/test/modules/test_ginpostinglist
Bruce Momjian 7559d8ebfa Update copyrights for 2020
Backpatch-through: update all files in master, backpatch legal files through 9.4
2020-01-01 12:21:45 -05:00
..
expected Fix overflow check and comment in GIN posting list encoding. 2019-08-28 12:55:33 +03:00
sql Fix overflow check and comment in GIN posting list encoding. 2019-08-28 12:55:33 +03:00
.gitignore Add .gitignore file forgotten in commit bde7493d1. 2019-08-28 12:59:47 -04:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
README Fix overflow check and comment in GIN posting list encoding. 2019-08-28 12:55:33 +03:00
test_ginpostinglist--1.0.sql Fix overflow check and comment in GIN posting list encoding. 2019-08-28 12:55:33 +03:00
test_ginpostinglist.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
test_ginpostinglist.control Fix overflow check and comment in GIN posting list encoding. 2019-08-28 12:55:33 +03:00

test_ginpostinglist contains unit tests for the GIN posting list code in
src/backend/access/gin/ginpostinglist.c.