PostgreSQL Source Code  git master
CommandTagBehavior Struct Reference

Data Fields

const char * name
 
const uint8 namelen
 
const bool event_trigger_ok
 
const bool table_rewrite_ok
 
const bool display_rowcount
 

Detailed Description

Definition at line 20 of file cmdtag.c.

Field Documentation

◆ display_rowcount

const bool CommandTagBehavior::display_rowcount

Definition at line 26 of file cmdtag.c.

Referenced by command_tag_display_rowcount().

◆ event_trigger_ok

const bool CommandTagBehavior::event_trigger_ok

Definition at line 24 of file cmdtag.c.

Referenced by command_tag_event_trigger_ok().

◆ name

const char* CommandTagBehavior::name

Definition at line 22 of file cmdtag.c.

Referenced by GetCommandTagEnum(), GetCommandTagName(), and GetCommandTagNameAndLen().

◆ namelen

const uint8 CommandTagBehavior::namelen

Definition at line 23 of file cmdtag.c.

◆ table_rewrite_ok

const bool CommandTagBehavior::table_rewrite_ok

Definition at line 25 of file cmdtag.c.

Referenced by command_tag_table_rewrite_ok().


The documentation for this struct was generated from the following file: