mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Manual cleanup of pgindent results.
Fix some places where pgindent did silly stuff, often because project style wasn't followed to begin with. (I've not touched the atomics headers, though.)
This commit is contained in:
@ -596,8 +596,8 @@ process_policies(Query *root, List *policies, int rt_index, Expr **qual_eval,
|
||||
*qual_eval = (Expr *) linitial(quals);
|
||||
|
||||
/*
|
||||
* Similairly, if more than one WITH CHECK qual is returned, then they
|
||||
* need to be combined together.
|
||||
* Similarly, if more than one WITH CHECK qual is returned, then they need
|
||||
* to be combined together.
|
||||
*
|
||||
* with_check_quals is allowed to be NIL here since this might not be the
|
||||
* resultRelation (see above).
|
||||
|
Reference in New Issue
Block a user