|
PostgreSQL Source Code git master
|
#include <output_plugin.h>
Definition at line 216 of file output_plugin.h.
| LogicalDecodeBeginCB OutputPluginCallbacks::begin_cb |
Definition at line 219 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), begin_cb_wrapper(), and LoadOutputPlugin().
| LogicalDecodeBeginPrepareCB OutputPluginCallbacks::begin_prepare_cb |
Definition at line 229 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), begin_prepare_cb_wrapper(), and StartupDecodingContext().
| LogicalDecodeChangeCB OutputPluginCallbacks::change_cb |
Definition at line 220 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), change_cb_wrapper(), and LoadOutputPlugin().
| LogicalDecodeCommitCB OutputPluginCallbacks::commit_cb |
Definition at line 222 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), commit_cb_wrapper(), and LoadOutputPlugin().
| LogicalDecodeCommitPreparedCB OutputPluginCallbacks::commit_prepared_cb |
Definition at line 231 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), commit_prepared_cb_wrapper(), and StartupDecodingContext().
| LogicalDecodeFilterByOriginCB OutputPluginCallbacks::filter_by_origin_cb |
Definition at line 224 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), filter_by_origin_cb_wrapper(), and FilterByOrigin().
| LogicalDecodeFilterPrepareCB OutputPluginCallbacks::filter_prepare_cb |
Definition at line 228 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), filter_prepare_cb_wrapper(), FilterPrepare(), and StartupDecodingContext().
| LogicalDecodeMessageCB OutputPluginCallbacks::message_cb |
Definition at line 223 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), and message_cb_wrapper().
| LogicalDecodePrepareCB OutputPluginCallbacks::prepare_cb |
Definition at line 230 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), prepare_cb_wrapper(), and StartupDecodingContext().
| LogicalDecodeRollbackPreparedCB OutputPluginCallbacks::rollback_prepared_cb |
Definition at line 232 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), rollback_prepared_cb_wrapper(), and StartupDecodingContext().
| LogicalDecodeShutdownCB OutputPluginCallbacks::shutdown_cb |
Definition at line 225 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), FreeDecodingContext(), and shutdown_cb_wrapper().
| LogicalDecodeStartupCB OutputPluginCallbacks::startup_cb |
Definition at line 218 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), CreateDecodingContext(), CreateInitDecodingContext(), and startup_cb_wrapper().
| LogicalDecodeStreamAbortCB OutputPluginCallbacks::stream_abort_cb |
Definition at line 237 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), StartupDecodingContext(), and stream_abort_cb_wrapper().
| LogicalDecodeStreamChangeCB OutputPluginCallbacks::stream_change_cb |
Definition at line 240 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), StartupDecodingContext(), and stream_change_cb_wrapper().
| LogicalDecodeStreamCommitCB OutputPluginCallbacks::stream_commit_cb |
Definition at line 239 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), StartupDecodingContext(), and stream_commit_cb_wrapper().
| LogicalDecodeStreamMessageCB OutputPluginCallbacks::stream_message_cb |
Definition at line 241 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), StartupDecodingContext(), and stream_message_cb_wrapper().
| LogicalDecodeStreamPrepareCB OutputPluginCallbacks::stream_prepare_cb |
Definition at line 238 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), StartupDecodingContext(), and stream_prepare_cb_wrapper().
| LogicalDecodeStreamStartCB OutputPluginCallbacks::stream_start_cb |
Definition at line 235 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), StartupDecodingContext(), and stream_start_cb_wrapper().
| LogicalDecodeStreamStopCB OutputPluginCallbacks::stream_stop_cb |
Definition at line 236 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), StartupDecodingContext(), and stream_stop_cb_wrapper().
| LogicalDecodeStreamTruncateCB OutputPluginCallbacks::stream_truncate_cb |
Definition at line 242 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), StartupDecodingContext(), and stream_truncate_cb_wrapper().
| LogicalDecodeTruncateCB OutputPluginCallbacks::truncate_cb |
Definition at line 221 of file output_plugin.h.
Referenced by _PG_output_plugin_init(), and truncate_cb_wrapper().