1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-07 12:02:30 +03:00

Various cleanups to satisfy -Werror, but there are some errors that I'm

not certain how to fix, so left them there and enabled -Wno-error for
this directory for now
This commit is contained in:
Marc G. Fournier
1997-02-19 14:52:06 +00:00
parent 950c57600e
commit ee6d3a7326
6 changed files with 26 additions and 19 deletions

View File

@@ -5,7 +5,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: geqo_misc.c,v 1.1 1997/02/19 12:57:09 scrappy Exp $
* $Id: geqo_misc.c,v 1.2 1997/02/19 14:52:01 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -151,7 +151,7 @@ geqo_print_path(Query *root, Path *path, int indent)
{
char *ptype = NULL;
JoinPath *jp;
bool join;
bool join = false;
int i;
for(i=0; i < indent; i++)