PostgreSQL Source Code git master
|
Data Fields | |
struct LogicalRepInfo * | dbinfo |
bool | two_phase |
bits32 | objecttypes_to_remove |
Definition at line 70 of file pg_createsubscriber.c.
struct LogicalRepInfo* LogicalRepInfos::dbinfo |
Definition at line 72 of file pg_createsubscriber.c.
Referenced by cleanup_objects_atexit(), and main().
bits32 LogicalRepInfos::objecttypes_to_remove |
Definition at line 74 of file pg_createsubscriber.c.
Referenced by check_and_drop_publications(), and main().
bool LogicalRepInfos::two_phase |
Definition at line 73 of file pg_createsubscriber.c.
Referenced by check_publisher(), create_logical_replication_slot(), create_subscription(), main(), and store_pub_sub_info().