1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

cleanups.

This commit is contained in:
Bruce Momjian
1998-08-09 04:17:38 +00:00
parent e6311b4ad0
commit 111b80ce00
2 changed files with 6 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/initsplan.c,v 1.15 1998/08/07 05:02:17 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/optimizer/plan/initsplan.c,v 1.16 1998/08/09 04:17:38 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -207,8 +207,7 @@ add_clause_to_rels(Query *root, List *clause)
else
{
clauseinfo->selectivity =
compute_clause_selec(root, (Node *) clause,
NIL);
compute_clause_selec(root, (Node *) clause, NIL);
}
rel->clauseinfo = lcons(clauseinfo,
rel->clauseinfo);