pgsql: Fix typo in SP-GiST error message

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix typo in SP-GiST error message
Date: 2018-08-10 14:36:15
Message-ID: E1fo8WV-0002Qc-2S@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2018-08-10 14:36:26 pgsql: Fix typo in SP-GiST error message
Previous Message Alexander Korotkov 2018-08-10 11:27:10 pgsql: Add missing documentation for argument of amcostestimate()