Fix typo in SP-GiST error message

Alexander Korotkov <akorotkov@postgresql.org>

Commit: 1b9d1b08fe5972f06f0eee41f7d8040c740aaa6b
Author: Alexander Korotkov <akorotkov@postgresql.org>
Date: 2018-08-10T14:34:07Z
Releases: 11.0
Fix typo in SP-GiST error message

Error message didn't match the actual check.  Fix that.  Compression of leaf
SP-GiST values was introduced in 11.  So, backpatch.

Discussion: https://postgr.es/m/20180810.100742.15469435.horiguchi.kyotaro%40lab.ntt.co.jp
Author: Kyotaro Horiguchi
Backpatch-through: 11

Files

PathChange+/−
src/backend/access/spgist/spgutils.c modified +1 −1

Discussion