projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1457acf
)
fixup! Store information about range-table flattening in the final plan.
author
Robert Haas
<
[email protected]
>
Thu, 11 Dec 2025 19:47:18 +0000
(14:47 -0500)
committer
Robert Haas
<
[email protected]
>
Thu, 11 Dec 2025 19:47:18 +0000
(14:47 -0500)
src/include/nodes/plannodes.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/nodes/plannodes.h
b/src/include/nodes/plannodes.h
index 045b7ee84a797c0791078b9e63c278724e63b184..7248db216bbe3fd7441eb901e8e6529ea1684606 100644
(file)
--- a/
src/include/nodes/plannodes.h
+++ b/
src/include/nodes/plannodes.h
@@
-1847,7
+1847,7
@@
typedef enum MonotonicFunction
typedef struct SubPlanRTInfo
{
NodeTag type;
- c
onst char
*plan_name;
+ c
har
*plan_name;
Index rtoffset;
bool dummy;
} SubPlanRTInfo;