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

Commit25cccc0

Browse files
author
Thomas G. Lockhart
committed
Fix typos in comments.
1 parent6d73a8c commit25cccc0

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
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.45 1999/02/22 19:40:09 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.46 1999/02/23 07:33:44 thomas Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1454,15 +1454,15 @@ ExecTargetList(List *targetlist,
14541454
EV_printf("\n");
14551455

14561456
/*
1457-
* Return a dummy tuple if the targetlist is empty.
1457+
* Return a dummy tuple if the targetlist is empty.
14581458
* the dummy tuple is necessary to differentiate
14591459
* between passing and failing the qualification.
14601460
*/
14611461
if (targetlist==NIL)
14621462
{
14631463
/*
14641464
*I now think that the only time this makes
1465-
*anysence is when we run a delete query. Then
1465+
*anysense is when we run a delete query. Then
14661466
*we need to return something other than nil
14671467
*so we know to delete the tuple associated
14681468
*with the saved tupleid.. see what ExecutePlan

‎src/include/executor/tuptable.h

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: tuptable.h,v 1.10 1999/02/13 23:21:29 momjian Exp $
9+
* $Id: tuptable.h,v 1.11 1999/02/23 07:36:31 thomas Exp $
1010
*
1111
* NOTES
1212
* The tuple table interface is getting pretty ugly.
@@ -22,8 +22,8 @@
2222
#include<access/htup.h>
2323

2424
/* ----------------
25-
*Note: the executor tuple table is managed and manipulated by special
26-
*codeand macrosin executor/execTuples.c and tupTable.h
25+
*The executor tuple table is managed and manipulated by special
26+
*code in executor/execTuples.c and tupTable.h
2727
*
2828
*TupleTableSlot information
2929
*
@@ -42,6 +42,11 @@
4242
*"retrieve (EMP.hobbies.all)", a single scan may return tuples
4343
*of many types, so now we return pointers to tuple descriptors
4444
*along with tuples returned via the tuple table. -cim 1/18/90
45+
*
46+
*Tuple table macros are all excised from the system now.
47+
*See executor.h for decls of functions defined in execTuples.c
48+
*-jolly
49+
*
4550
* ----------------
4651
*/
4752
typedefstructTupleTableSlot
@@ -68,11 +73,4 @@ typedef struct TupleTableData
6873

6974
typedefTupleTableData*TupleTable;
7075

71-
/*
72-
tuple table macros are all excised from the system now
73-
see executor.h for decls of functions defined in execTuples.c
74-
75-
- jolly
76-
*/
77-
7876
#endif/* TUPTABLE_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp