PostgreSQL Source Code  git master
nodeitem Struct Reference

Data Fields

const char * start
 
int len
 
int flag
 
int wlen
 

Detailed Description

Definition at line 17 of file ltree_io.c.

Field Documentation

◆ flag

int nodeitem::flag

Definition at line 21 of file ltree_io.c.

Referenced by parse_lquery().

◆ len

int nodeitem::len

Definition at line 20 of file ltree_io.c.

Referenced by finish_nodeitem(), parse_lquery(), and parse_ltree().

◆ start

const char* nodeitem::start

Definition at line 19 of file ltree_io.c.

Referenced by finish_nodeitem(), parse_lquery(), and parse_ltree().

◆ wlen

int nodeitem::wlen

Definition at line 22 of file ltree_io.c.

Referenced by finish_nodeitem(), parse_lquery(), and parse_ltree().


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