Skip to content

Commit 3646ab5

Browse files
committed
Remove bogus comment (too freely copied & pasted).
1 parent 145014f commit 3646ab5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/backend/optimizer/prep/prepjointree.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepjointree.c,v 1.3 2003/02/08 20:20:55 tgl Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepjointree.c,v 1.4 2003/02/09 00:35:55 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -720,10 +720,6 @@ find_jointree_node_for_rel(Node *jtnode, int relid)
720720
FromExpr *f = (FromExpr *) jtnode;
721721
List *l;
722722

723-
/*
724-
* Note: we assume it's impossible to see same RT index from more
725-
* than one subtree, so nconc() is OK rather than set_unioni().
726-
*/
727723
foreach(l, f->fromlist)
728724
{
729725
jtnode = find_jointree_node_for_rel(lfirst(l), relid);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy