projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d873e8
)
cleanup
author
Bruce Momjian
<bruce@momjian.us>
Sat, 20 Mar 1999 02:07:31 +0000
(
02:07
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 20 Mar 1999 02:07:31 +0000
(
02:07
+0000)
src/backend/executor/execQual.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/executor/execQual.c
b/src/backend/executor/execQual.c
index af9552a42523d1abffbe72dfd034306d50ba68a8..6384149f68dd83fc7d621855d3030b27a77ae865 100644
(file)
--- a/
src/backend/executor/execQual.c
+++ b/
src/backend/executor/execQual.c
@@
-279,8
+279,8
@@
ExecEvalVar(Var *variable, ExprContext *econtext, bool *isNull)
tempSlot = makeNode(TupleTableSlot);
tempSlot->ttc_shouldFree = false;
tempSlot->ttc_descIsNew = true;
- tempSlot->ttc_tupleDescriptor = (TupleDesc) NULL
,
-
tempSlot->ttc_buffer = InvalidBuffer;
+ tempSlot->ttc_tupleDescriptor = (TupleDesc) NULL
;
+ tempSlot->ttc_buffer = InvalidBuffer;
tempSlot->ttc_whichplan = -1;
tup = heap_copytuple(heapTuple);