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

Commitafac636

Browse files
committed
cleanup
1 parent7d0ab65 commitafac636

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/executor/execQual.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.49 1999/03/19 22:31:39 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.50 1999/03/20 02:07:31 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -279,8 +279,8 @@ ExecEvalVar(Var *variable, ExprContext *econtext, bool *isNull)
279279
tempSlot=makeNode(TupleTableSlot);
280280
tempSlot->ttc_shouldFree= false;
281281
tempSlot->ttc_descIsNew= true;
282-
tempSlot->ttc_tupleDescriptor= (TupleDesc)NULL,
283-
tempSlot->ttc_buffer=InvalidBuffer;
282+
tempSlot->ttc_tupleDescriptor= (TupleDesc)NULL;
283+
tempSlot->ttc_buffer=InvalidBuffer;
284284
tempSlot->ttc_whichplan=-1;
285285

286286
tup=heap_copytuple(heapTuple);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp