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 E1fo8Wg-0002R9-Pe@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
------
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(-)


pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Fix typo in SP-GiST error message
Next
From: Michael Paquier
Date:
Subject: pgsql: Improve TRUNCATE by avoiding early lock queue