|
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 ProcessSyncingTablesForApply().
| Oid SubscriptionRelState::relid |
Definition at line 80 of file pg_subscription_rel.h.
Referenced by AlterSubscription_refresh(), DropSubscription(), GetSubscriptionRelations(), ProcessSyncingTablesForApply(), and ReportSlotConnectionError().
| char SubscriptionRelState::state |
Definition at line 82 of file pg_subscription_rel.h.
Referenced by DropSubscription(), GetSubscriptionRelations(), ProcessSyncingTablesForApply(), and ReportSlotConnectionError().