pgsql: Fix typo in SP-GiST error message - Mailing list pgsql-committers

From Alexander Korotkov
Subject pgsql: Fix typo in SP-GiST error message
Date
Msg-id E1fo8WV-0002Qc-2S@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1b9d1b08fe5972f06f0eee41f7d8040c740aaa6b

Modified Files
--------------
src/backend/access/spgist/spgutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Add missing documentation for argument of amcostestimate()
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Fix typo in SP-GiST error message