pgsql: Fix typo in SP-GiST error message

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема pgsql: Fix typo in SP-GiST error message
Дата
Msg-id E1fo8WV-0002Qc-2S@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Add missing documentation for argument of amcostestimate()
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix typo in SP-GiST error message