Commit 97287e1d authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Fix typo in comment.

parent e587f202
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/executor/Attic/execFlatten.c,v 1.8 1999/02/13 23:15:16 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/executor/Attic/execFlatten.c,v 1.9 1999/02/23 07:33:09 thomas Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -215,7 +215,7 @@ FjoinBumpOuterNodes(TargetEntry *tlist, ...@@ -215,7 +215,7 @@ FjoinBumpOuterNodes(TargetEntry *tlist,
/* /*
* If every function is done, then we are done flattening. Mark the * If every function is done, then we are done flattening. Mark the
* Fjoin node unitialized, it is time to get the next tuple from the * Fjoin node uninitialized, it is time to get the next tuple from the
* plan and redo all of the flattening. * plan and redo all of the flattening.
*/ */
if (funcIsDone) if (funcIsDone)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment