PostgreSQL Source Code git master
_include_path Struct Reference

#include <type.h>

Data Fields

char * path
 
struct _include_pathnext
 

Detailed Description

Definition at line 131 of file type.h.

Field Documentation

◆ next

struct _include_path* _include_path::next

Definition at line 134 of file type.h.

Referenced by add_include_path(), main(), and parse_include().

◆ path

char* _include_path::path

Definition at line 133 of file type.h.

Referenced by add_include_path(), main(), and parse_include().


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