PostgreSQL Source Code
git master
|
Data Fields | |
DestReceiver | pub |
Oid | transientoid |
Relation | transientrel |
CommandId | output_cid |
int | ti_options |
BulkInsertState | bistate |
BulkInsertState DR_transientrel::bistate |
Definition at line 58 of file matview.c.
Referenced by transientrel_receive(), transientrel_shutdown(), and transientrel_startup().
CommandId DR_transientrel::output_cid |
Definition at line 56 of file matview.c.
Referenced by transientrel_receive(), and transientrel_startup().
DestReceiver DR_transientrel::pub |
int DR_transientrel::ti_options |
Definition at line 57 of file matview.c.
Referenced by transientrel_receive(), transientrel_shutdown(), and transientrel_startup().
Oid DR_transientrel::transientoid |
Definition at line 53 of file matview.c.
Referenced by transientrel_startup().
Relation DR_transientrel::transientrel |
Definition at line 55 of file matview.c.
Referenced by transientrel_receive(), transientrel_shutdown(), and transientrel_startup().