PostgreSQL Source Code
git master
|
#include <output_plugin.h>
Data Fields | |
OutputPluginOutputType | output_type |
bool | receive_rewrites |
Definition at line 26 of file output_plugin.h.
OutputPluginOutputType OutputPluginOptions::output_type |
Definition at line 28 of file output_plugin.h.
Referenced by pg_decode_startup(), and pgoutput_startup().
bool OutputPluginOptions::receive_rewrites |
Definition at line 29 of file output_plugin.h.
Referenced by CreateDecodingContext(), CreateInitDecodingContext(), and pg_decode_startup().