From e82378313f955699375f15f539a5267eb756b313 Mon Sep 17 00:00:00 2001 From: vignesh Date: Sun, 9 May 2021 17:57:08 +0530 Subject: [PATCH v2] Corrected data type for the logical replication message formats. Corrected data type for the logical replication message formats. --- doc/src/sgml/protocol.sgml | 74 +++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 2f4dde3beb..bfc29a25f5 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -6403,7 +6403,7 @@ Begin - Int64 + XLogRecPtr @@ -6413,7 +6413,7 @@ Begin - Int64 + TimestampTz @@ -6424,7 +6424,7 @@ Begin - Int32 + TransactionId @@ -6458,7 +6458,7 @@ Message - Int32 + TransactionId @@ -6469,7 +6469,7 @@ Message - Int8 + Uint8 @@ -6480,7 +6480,7 @@ Message - Int64 + XLogRecPtr @@ -6534,7 +6534,7 @@ Commit - Int8 + Uint8(0) @@ -6544,7 +6544,7 @@ Commit - Int64 + XLogRecPtr @@ -6554,7 +6554,7 @@ Commit - Int64 + XLogRecPtr @@ -6564,7 +6564,7 @@ Commit - Int64 + TimestampTz @@ -6599,7 +6599,7 @@ Origin - Int64 + XLogRecPtr @@ -6648,7 +6648,7 @@ Relation - Int32 + TransactionId @@ -6659,7 +6659,7 @@ Relation - Int32 + Oid @@ -6702,7 +6702,7 @@ Relation - Int16 + Uint16 @@ -6715,7 +6715,7 @@ Relation - Int8 + Uint8 @@ -6736,7 +6736,7 @@ Relation - Int32 + Oid @@ -6780,7 +6780,7 @@ Type - Int32 + TransactionId @@ -6791,7 +6791,7 @@ Type - Int32 + Oid @@ -6845,7 +6845,7 @@ Insert - Int32 + TransactionId @@ -6856,7 +6856,7 @@ Insert - Int32 + Oid @@ -6912,7 +6912,7 @@ Update - Int32 + TransactionId @@ -6923,7 +6923,7 @@ Update - Int32 + Oid @@ -7026,7 +7026,7 @@ Delete - Int32 + TransactionId @@ -7037,7 +7037,7 @@ Delete - Int32 + Oid @@ -7115,7 +7115,7 @@ Truncate - Int32 + TransactionId @@ -7136,7 +7136,7 @@ Truncate - Int8 + Uint8 @@ -7147,7 +7147,7 @@ Truncate - Int32 + Oid @@ -7193,7 +7193,7 @@ Stream Start - Int32 + TransactionId @@ -7203,7 +7203,7 @@ Stream Start - Int8 + Uint8 @@ -7262,7 +7262,7 @@ Stream Commit - Int32 + TransactionId @@ -7272,7 +7272,7 @@ Stream Commit - Int8 + Uint8(0) @@ -7282,7 +7282,7 @@ Stream Commit - Int64 + XLogRecPtr @@ -7292,7 +7292,7 @@ Stream Commit - Int64 + XLogRecPtr @@ -7302,7 +7302,7 @@ Stream Commit - Int64 + TimestampTz @@ -7337,7 +7337,7 @@ Stream Abort - Int32 + TransactionId @@ -7347,7 +7347,7 @@ Stream Abort - Int32 + TransactionId @@ -7382,7 +7382,7 @@ TupleData - Int16 + Uint16 -- 2.25.1