PostgreSQL Source Code git master
PLpgSQL_stmt Struct Reference

#include <plpgsql.h>

Data Fields

PLpgSQL_stmt_type cmd_type
 
int lineno
 
unsigned int stmtid
 

Detailed Description

Definition at line 475 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt::cmd_type

Definition at line 477 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt::lineno

Definition at line 478 of file plpgsql.h.

Referenced by plpgsql_exec_error_callback().

◆ stmtid

unsigned int PLpgSQL_stmt::stmtid

Definition at line 485 of file plpgsql.h.


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