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 453 of file plpgsql.h.

Field Documentation

◆ cmd_type

PLpgSQL_stmt_type PLpgSQL_stmt::cmd_type

Definition at line 455 of file plpgsql.h.

◆ lineno

int PLpgSQL_stmt::lineno

Definition at line 456 of file plpgsql.h.

Referenced by plpgsql_exec_error_callback().

◆ stmtid

unsigned int PLpgSQL_stmt::stmtid

Definition at line 463 of file plpgsql.h.


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