PostgreSQL Source Code
git master
|
#include <pg_subscription_rel.h>
Data Fields | |
Oid | relid |
XLogRecPtr | lsn |
char | state |
Definition at line 78 of file pg_subscription_rel.h.
XLogRecPtr SubscriptionRelState::lsn |
Definition at line 81 of file pg_subscription_rel.h.
Referenced by GetSubscriptionRelations(), and process_syncing_tables_for_apply().
Oid SubscriptionRelState::relid |
Definition at line 80 of file pg_subscription_rel.h.
Referenced by AlterSubscription_refresh(), DropSubscription(), GetSubscriptionRelations(), process_syncing_tables_for_apply(), and ReportSlotConnectionError().
char SubscriptionRelState::state |
Definition at line 82 of file pg_subscription_rel.h.
Referenced by DropSubscription(), GetSubscriptionRelations(), process_syncing_tables_for_apply(), and ReportSlotConnectionError().