mirror of
https://github.com/postgres/postgres.git
synced 2025-08-22 21:53:06 +03:00
Remove un-needed braces around single statements.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/executor/execJunk.c,v 1.10 1998/01/31 04:38:24 momjian Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/executor/execJunk.c,v 1.11 1998/06/15 19:28:18 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -230,9 +230,7 @@ ExecInitJunkFilter(List *targetList)
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
cleanMap = NULL;
|
||||
}
|
||||
|
||||
/* ---------------------
|
||||
* Finally create and initialize the JunkFilter.
|
||||
|
Reference in New Issue
Block a user