postgresql/src/test/modules/test_ginpostinglist
Bruce Momjian 27b77ecf9f Update copyright for 2022
Backpatch-through: 10
2022-01-07 19:04:57 -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 copyright for 2022 2022-01-07 19:04:57 -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.