diff options
Diffstat (limited to 'src/include/replication/message.h')
-rw-r--r-- | src/include/replication/message.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/replication/message.h b/src/include/replication/message.h index 8b968d5288e..23b9cdb268b 100644 --- a/src/include/replication/message.h +++ b/src/include/replication/message.h @@ -19,6 +19,7 @@ */ typedef struct xl_logical_message { + Oid dbId; /* database Oid emitted from */ bool transactional; /* is message transactional? */ Size prefix_size; /* length of prefix */ Size message_size; /* size of the message */ |