diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-05 18:13:45 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-05 18:13:45 +0000 |
commit | a1635450b37e0003c03494ae89d6188a6088765f (patch) | |
tree | 06060b62535b34d43dd84132d8950a646df40cd2 /src/backend/optimizer/util/pathnode.c | |
parent | fe97d58051758c7908101c5c15834e4e4101833f (diff) | |
download | postgresql-a1635450b37e0003c03494ae89d6188a6088765f.tar.gz postgresql-a1635450b37e0003c03494ae89d6188a6088765f.zip |
Cleanups needed for indent. Remove };
Diffstat (limited to 'src/backend/optimizer/util/pathnode.c')
-rw-r--r-- | src/backend/optimizer/util/pathnode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/optimizer/util/pathnode.c b/src/backend/optimizer/util/pathnode.c index 3362367dace..d79788b0e6e 100644 --- a/src/backend/optimizer/util/pathnode.c +++ b/src/backend/optimizer/util/pathnode.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/optimizer/util/pathnode.c,v 1.2 1997/03/18 18:40:40 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/backend/optimizer/util/pathnode.c,v 1.3 1997/09/05 18:10:36 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -218,7 +218,7 @@ create_seqscan_path(Rel *rel) #if 0 if (XfuncMode != XFUNC_OFF) { pathnode->path_cost += - xfunc_get_path_cost(pathnode)); + xfunc_get_path_cost(pathnode); } #endif return (pathnode); |