Home
last modified time | relevance | path

Searched defs:CachedPlanSource (Results 1 – 25 of 43) sorted by relevance

12

/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/utils/
H A Dplancache.h76 typedef struct CachedPlanSource struct
78 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
79 Node *raw_parse_tree; /* output of raw_parser(), or NULL */
80 const char *query_string; /* source text of query */
81 const char *commandTag; /* command tag (a constant!), or NULL */
105 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
108 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
109 struct CachedPlanSource *next_saved; /* list link, if so */ argument
114 } CachedPlanSource; argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/utils/
H A Dplancache.h76 typedef struct CachedPlanSource struct
78 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
79 Node *raw_parse_tree; /* output of raw_parser(), or NULL */
80 const char *query_string; /* source text of query */
81 const char *commandTag; /* command tag (a constant!), or NULL */
105 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
108 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
109 struct CachedPlanSource *next_saved; /* list link, if so */ argument
114 } CachedPlanSource; argument
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/utils/
H A Dplancache.h76 typedef struct CachedPlanSource struct
78 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
79 Node *raw_parse_tree; /* output of raw_parser(), or NULL */
80 const char *query_string; /* source text of query */
81 const char *commandTag; /* command tag (a constant!), or NULL */
105 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
108 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
109 struct CachedPlanSource *next_saved; /* list link, if so */ argument
114 } CachedPlanSource; argument
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/utils/
H A Dplancache.h76 typedef struct CachedPlanSource struct
78 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
79 Node *raw_parse_tree; /* output of raw_parser(), or NULL */
80 const char *query_string; /* source text of query */
81 const char *commandTag; /* command tag (a constant!), or NULL */
105 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
108 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
109 struct CachedPlanSource *next_saved; /* list link, if so */ argument
114 } CachedPlanSource; argument
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql11-client/postgresql-11.14/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; typedef
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql10-client/postgresql-10.19/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql11-server/postgresql-11.14/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; typedef
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql10-server/postgresql-10.19/src/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/utils/
H A Dplancache.h80 typedef struct CachedPlanSource struct
82 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
83 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
84 const char *query_string; /* source text of query */
85 const char *commandTag; /* command tag (a constant!), or NULL */
109 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
112 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
113 struct CachedPlanSource *next_saved; /* list link, if so */ argument
118 } CachedPlanSource; argument
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/utils/
H A Dplancache.h76 typedef struct CachedPlanSource struct
78 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
79 Node *raw_parse_tree; /* output of raw_parser(), or NULL */
80 const char *query_string; /* source text of query */
81 const char *commandTag; /* command tag (a constant!), or NULL */
105 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
108 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
109 struct CachedPlanSource *next_saved; /* list link, if so */ argument
114 } CachedPlanSource; argument
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/utils/
H A Dplancache.h76 typedef struct CachedPlanSource struct
78 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
79 Node *raw_parse_tree; /* output of raw_parser(), or NULL */
80 const char *query_string; /* source text of query */
81 const char *commandTag; /* command tag (a constant!), or NULL */
105 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
108 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
109 struct CachedPlanSource *next_saved; /* list link, if so */ argument
114 } CachedPlanSource; typedef
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/utils/
H A Dplancache.h76 typedef struct CachedPlanSource struct
78 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
79 Node *raw_parse_tree; /* output of raw_parser(), or NULL */
80 const char *query_string; /* source text of query */
81 const char *commandTag; /* command tag (a constant!), or NULL */
105 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
108 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
109 struct CachedPlanSource *next_saved; /* list link, if so */ argument
114 } CachedPlanSource; argument
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/utils/
H A Dplancache.h96 typedef struct CachedPlanSource struct
98 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
99 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
100 const char *query_string; /* source text of query */
101 CommandTag commandTag; /* 'nuff said */
125 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
128 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
134 } CachedPlanSource; argument
/dports/databases/postgresql13-server/postgresql-13.5/src/include/utils/
H A Dplancache.h96 typedef struct CachedPlanSource struct
98 int magic; /* should equal CACHEDPLANSOURCE_MAGIC */
99 struct RawStmt *raw_parse_tree; /* output of raw_parser(), or NULL */
100 const char *query_string; /* source text of query */
101 CommandTag commandTag; /* 'nuff said */
125 bool is_saved; /* has CachedPlanSource been "saved"? */ argument
128 /* If CachedPlanSource has been saved, it is a member of a global list */ argument
134 } CachedPlanSource; argument

12