pgsql: Fix misplaced const

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix misplaced const
Дата
Msg-id E1h8hVT-0004oB-38@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix misplaced const  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Fix misplaced const

These instances were apparently trying to carry the const qualifier
from the arguments through the complex casts, but for that the const
qualifier was misplaced.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c8c885b7a5c8c1175288de1d8aaec3b4ae9050e1

Modified Files
--------------
src/backend/partitioning/partbounds.c | 4 ++--
src/backend/utils/adt/tsquery_op.c    | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Remove heap_hot_search().
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Get rid of backtracking in jsonpath_scan.l