projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea6c3c5
)
Do not emit a WARNING about missing relation while reading target entry since
author
Pavan Deolasee
<
[email protected]
>
Mon, 21 Nov 2016 06:29:53 +0000
(11:59 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Fri, 5 May 2017 04:59:33 +0000
(10:29 +0530)
it may refer to a view which is not created on the datanode
src/backend/nodes/readfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/nodes/readfuncs.c
b/src/backend/nodes/readfuncs.c
index 9ffd93f7e79da3abaada692b11df4991354e5dd4..933825cd74cc6980bc2b4f046e4469da8a9012fc 100644
(file)
--- a/
src/backend/nodes/readfuncs.c
+++ b/
src/backend/nodes/readfuncs.c
@@
-1859,7
+1859,7
@@
_readTargetEntry(void)
READ_UINT_FIELD(ressortgroupref);
#ifdef XCP
if (portable_input)
- READ_RELID_FIELD(resorigtbl);
+ READ_RELID_FIELD
_NOWARN
(resorigtbl);
else
#endif
READ_OID_FIELD(resorigtbl);