|
PostgreSQL Source Code git master
|
#include <plpgsql.h>
Data Fields | |
| PLpgSQL_nsitem_type | itemtype |
| int | itemno |
| struct PLpgSQL_nsitem * | prev |
| char | name [FLEXIBLE_ARRAY_MEMBER] |
| int PLpgSQL_nsitem::itemno |
Definition at line 468 of file plpgsql.h.
Referenced by plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().
| PLpgSQL_nsitem_type PLpgSQL_nsitem::itemtype |
Definition at line 462 of file plpgsql.h.
Referenced by plpgsql_ns_pop(), plpgsql_parse_dblword(), plpgsql_parse_tripword(), and plpgsql_parse_word().
| char PLpgSQL_nsitem::name[FLEXIBLE_ARRAY_MEMBER] |
| struct PLpgSQL_nsitem* PLpgSQL_nsitem::prev |
Definition at line 469 of file plpgsql.h.
Referenced by plpgsql_ns_find_nearest_loop(), plpgsql_ns_lookup(), plpgsql_ns_lookup_label(), and plpgsql_ns_pop().