pgsql: Doc: correct minor error in back-branch release notes.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: correct minor error in back-branch release notes.
Дата
Msg-id E1rcTS4-0003AL-9o@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: correct minor error in back-branch release notes.

Commits 1b2c6b756 et al affected the core BRIN "bloom" opclasses,
not contrib/bloom.  This only corrected a bad assertion so it's not
too significant to end users, but since we documented it we should
do so accurately.

Spotted by Takatsuka Haruka.

Discussion: https://postgr.es/m/18353-926aa99cfe58aa78@postgresql.org

Branch
------
REL_14_STABLE

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

Modified Files
--------------
doc/src/sgml/release-14.sgml | 33 +++++++++++++++++++--------------
1 file changed, 19 insertions(+), 14 deletions(-)


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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Replace relids in lateral subquery parse tree during SJE
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: improve explanation of type interval, especially extract().