From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Doc: minor improvements for logical replication protocol documen |
Date: | 2021-08-02 15:32:23 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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.
Branch
------
master
Modified Files
--------------
doc/src/sgml/protocol.sgml | 179 ++++++++++++++++++++++++++++-----------------
1 file changed, 110 insertions(+), 69 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2021-08-02 23:47:59 | pgsql: Track a Bitmapset of non-pruned partitions in RelOptInfo |
Previous Message | Amit Kapila | 2021-08-02 09:25:22 | Re: pgsql: Add support for prepared transactions to built-in logical replic |