mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
pgindent run for 9.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeMergejoin.c,v 1.100 2010/01/05 23:25:36 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/executor/nodeMergejoin.c,v 1.101 2010/02/26 02:00:42 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -507,7 +507,7 @@ check_constant_qual(List *qual, bool *is_const_false)
|
||||
|
||||
foreach(lc, qual)
|
||||
{
|
||||
Const *con = (Const *) lfirst(lc);
|
||||
Const *con = (Const *) lfirst(lc);
|
||||
|
||||
if (!con || !IsA(con, Const))
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user