mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Logical replication
- Add PUBLICATION catalogs and DDL - Add SUBSCRIPTION catalog and DDL - Define logical replication protocol and output plugin - Add logical replication workers From: Petr Jelinek <petr@2ndquadrant.com> Reviewed-by: Steve Singer <steve@ssinger.info> Reviewed-by: Andres Freund <andres@anarazel.de> Reviewed-by: Erik Rijkers <er@xs4all.nl> Reviewed-by: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
This commit is contained in:
@ -411,6 +411,11 @@ typedef enum NodeTag
|
||||
T_CreateTransformStmt,
|
||||
T_CreateAmStmt,
|
||||
T_PartitionCmd,
|
||||
T_CreatePublicationStmt,
|
||||
T_AlterPublicationStmt,
|
||||
T_CreateSubscriptionStmt,
|
||||
T_AlterSubscriptionStmt,
|
||||
T_DropSubscriptionStmt,
|
||||
|
||||
/*
|
||||
* TAGS FOR PARSE TREE NODES (parsenodes.h)
|
||||
|
Reference in New Issue
Block a user