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:26
Message-ID: E1fo8Wg-0002R9-Pe@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2b13702d5c7e879bdd0587a80d5cfaeb5206f4ea

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 Michael Paquier 2018-08-10 16:28:34 pgsql: Improve TRUNCATE by avoiding early lock queue
Previous Message Alexander Korotkov 2018-08-10 14:36:15 pgsql: Fix typo in SP-GiST error message