Re: PG 14 release notes, first draft

Поиск
Список
Период
Сортировка
От Yugo NAGATA
Тема Re: PG 14 release notes, first draft
Дата
Msg-id 20210927100713.bcef797a1b66a6193049a9f6@sraoss.co.jp
обсуждение исходный текст
Ответ на PG 14 release notes, first draft  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Mon, 10 May 2021 02:03:08 -0400
Bruce Momjian <bruce@momjian.us> wrote:

> I have committed the first draft of the PG 14 release notes.  You can
> see the most current  build of them here:
> 
>     https://momjian.us/pgsql_docs/release-14.html
> 
> I need clarification on many items, and the document still needs its
> items properly ordered, and markup added.  I also expect a lot of
> feedback.

I found that there isn't an item that referring the following commit:

commit 547f04e7348b6ed992bd4a197d39661fe7c25097
Author: Thomas Munro <tmunro@postgresql.org>
Date:   Wed Mar 10 16:09:50 2021 +1300

    pgbench: Improve time logic.
    
    Instead of instr_time (struct timespec) and the INSTR_XXX macros,
    introduce pg_time_usec_t and use integer arithmetic.  Don't include the
    connection time in TPS unless using -C mode, but report it separately.

This commit changed the output results that are visible for users, that is,
tps with "including connection establishing" and "excluding ..." are no
longer reported, so I wonder we should let users know it.

Another user-visible change on pgbench that is not listed in the release
notes is the support for pipeline mode. There is a mention about libpq
supporting pipeline, so I think we can also mention that of pgbench.

There are other minor improvement on pgbench, but pgbench is just a
benchnark tool and its changes do not directly affect to user application,
so maybe we don't have to describe all in the release notes.

Regards,
Yugo Nagata

-- 
Yugo NAGATA <nagata@sraoss.co.jp>



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

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: Evaluate expression at planning time for two more cases
Следующее
От: Ajin Cherian
Дата:
Сообщение: Re: extensible options syntax for replication parser?