PostgreSQL Source Code  git master
PLpgSQL_stmt_commit Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 
bool chain
 

Detailed Description

Definition at line 550 of file plpgsql.h.

Field Documentation

◆ chain

bool PLpgSQL_stmt_commit::chain

Definition at line 555 of file plpgsql.h.

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt_commit::cmd_type

Definition at line 552 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt_commit::lineno

Definition at line 553 of file plpgsql.h.

◆ stmtid

unsigned int PLpgSQL_stmt_commit::stmtid

Definition at line 554 of file plpgsql.h.


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