pgsql: Doc: minor improvements for logical replication protocol documen

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: minor improvements for logical replication protocol documen
Дата
Msg-id E1mAZvT-0003IZ-NA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: minor improvements for logical replication protocol documentation.

Where appropriate, annotate message field data types with the backend
code's name for the data type, eg XLogRecPtr or TimestampTz.  Previously
we just said "Int64" which didn't provide as much info.

Also clarify references to object OIDs, and make use of the existing
convention to denote the value of a field that must have a fixed value.

Vignesh C, reviewed by Peter Smith and Euler Taveira.

Discussion: https://postgr.es/m/CALDaNm0+fatx57KFcBopUZWQpH_tz3WKKfm-_eiTwcXui5BnhQ@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/protocol.sgml | 179 ++++++++++++++++++++++++++++-----------------
1 file changed, 110 insertions(+), 69 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Add support for prepared transactions to built-in logical replic
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Track a Bitmapset of non-pruned partitions in RelOptInfo