Re: PG 14 release notes, first draft

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: PG 14 release notes, first draft
Дата
Msg-id 20210511132422.GI27406@telsasoft.com
обсуждение исходный текст
Ответ на Re: PG 14 release notes, first draft  (Justin Pryzby <pryzby@telsasoft.com>)
Ответы Re: PG 14 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
I think these should be merged:

| Remove factorial operators ! and !! (Mark Dilger)
| Add documentation for the factorial() function (Peter Eisentraut)

| This can be disabled by turning client options "sslsni" off. 

option (no ess)

| Allow REINDEX to process all child tables and indexes of a partitioned table (Justin Pryzby, Michael Paquier) 

It should actually say "all child tables or indexes of a partitioned relation",
since you can REINDEX INDEX partitioned_index.

| Add bit_xor XOR aggregate function (Alexey Bashtanov) 

Remove XOR ?

| Remove support for postfix (right-unary) operators (Mark Dilger) 
| pg_dump and pg_upgrade will warn if post-fix operators are being dumped. 

postfix not post-fix

| Remove temporary files after backend crashes (Euler Taveira) 

crash (singular)

| Increase warning time and hard limit before transaction id and multi-transaction wraparound (Noah Misch) 
| This should reduce the number of failures without warning. 

I'd say: This should reduce the possibility of failures that occur without
having issued warnings about wraparound.

-- 
Justin



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

Предыдущее
От: Dilip Kumar
Дата:
Сообщение: Re: [Patch] ALTER SYSTEM READ ONLY
Следующее
От: vignesh C
Дата:
Сообщение: Re: Enhanced error message to include hint messages for redundant options error