diff options
| author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-02-23 07:55:24 +0000 |
|---|---|---|
| committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-02-23 07:55:24 +0000 |
| commit | 0a8e9c4e7f1b4866b5ed9cbe9349ca85232e76c0 (patch) | |
| tree | a30ddd0bfda41c950a96059f8de1ea2feb5dc299 /src/include/nodes/execnodes.h | |
| parent | 70600bd6f1c9a2840ac01d89d7a77457dd1c8144 (diff) | |
| download | postgresql-0a8e9c4e7f1b4866b5ed9cbe9349ca85232e76c0.tar.gz | |
Define JoinExpr structure for outer join syntax.
Clean up comments in execnodes.h.
Diffstat (limited to 'src/include/nodes/execnodes.h')
| -rw-r--r-- | src/include/nodes/execnodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 0c0f86993b..59962ddb80 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: execnodes.h,v 1.24 1999/02/13 23:21:37 momjian Exp $ + * $Id: execnodes.h,v 1.25 1999/02/23 07:55:23 thomas Exp $ * *------------------------------------------------------------------------- */ @@ -607,7 +607,7 @@ typedef struct GroupState * SortState information * *| sort nodes are really just a kind of a scan since - *| we implement sorts by retrieveing the entire subplan + *| we implement sorts by retrieving the entire subplan *| into a temp relation, sorting the temp relation into *| another sorted relation, and then preforming a simple *| unqualified sequential scan on the sorted relation.. |
