Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdcfc5bc

Browse files
committed
Execute expression using CustomConst node
1 parent480ff13 commitdcfc5bc

File tree

3 files changed

+76
-388
lines changed

3 files changed

+76
-388
lines changed

‎src/include/relation_info.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,18 @@ typedef struct
159159
Oidparent_rel;
160160
}PartParentInfo;
161161

162+
/*
163+
* CustomConst
164+
*Const with Var pointer
165+
*We can know that is CustomConst by checking `location`. It should be
166+
*equal -2
167+
*/
168+
typedefstruct
169+
{
170+
Constcns;
171+
Var*orig;
172+
}CustomConst;
173+
162174
/*
163175
* PartParentSearch
164176
*Represents status of a specific cached entry.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp