PostgreSQL Source Code
git master
inherit.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* inherit.h
4
* prototypes for inherit.c.
5
*
6
*
7
* Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/include/optimizer/inherit.h
11
*
12
*-------------------------------------------------------------------------
13
*/
14
#ifndef INHERIT_H
15
#define INHERIT_H
16
17
#include "
nodes/pathnodes.h
"
18
19
20
extern
void
expand_inherited_rtentry
(
PlannerInfo
*root,
RelOptInfo
*rel,
21
RangeTblEntry
*rte,
Index
rti);
22
23
extern
bool
apply_child_basequals
(
PlannerInfo
*root,
RelOptInfo
*parentrel,
24
RelOptInfo
*childrel,
RangeTblEntry
*childRTE,
25
AppendRelInfo
*appinfo);
26
27
#endif
/* INHERIT_H */
Index
unsigned int Index
Definition:
c.h:549
apply_child_basequals
bool apply_child_basequals(PlannerInfo *root, RelOptInfo *parentrel, RelOptInfo *childrel, RangeTblEntry *childRTE, AppendRelInfo *appinfo)
Definition:
inherit.c:754
expand_inherited_rtentry
void expand_inherited_rtentry(PlannerInfo *root, RelOptInfo *rel, RangeTblEntry *rte, Index rti)
Definition:
inherit.c:79
pathnodes.h
AppendRelInfo
Definition:
pathnodes.h:2317
PlannerInfo
Definition:
pathnodes.h:159
RangeTblEntry
Definition:
parsenodes.h:1012
RelOptInfo
Definition:
pathnodes.h:676
src
include
optimizer
inherit.h
Generated on Mon May 23 2022 06:13:22 for PostgreSQL Source Code by
1.9.1