diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-05-24 15:04:10 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-05-24 15:04:10 -0400 |
commit | 2aa0476dc38f7e510b8cde627e83b4c76fa05d61 (patch) | |
tree | 19dad7292f6cad84a485e9670c786b2f1dcd3c18 /src/backend/rewrite/rowsecurity.c | |
parent | 17b48a1a9f87f7479d38dcc78a27c23f1f8124f8 (diff) | |
download | postgresql-2aa0476dc38f7e510b8cde627e83b4c76fa05d61.tar.gz postgresql-2aa0476dc38f7e510b8cde627e83b4c76fa05d61.zip |
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.)
Diffstat (limited to 'src/backend/rewrite/rowsecurity.c')
-rw-r--r-- | src/backend/rewrite/rowsecurity.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/rewrite/rowsecurity.c b/src/backend/rewrite/rowsecurity.c index 5a2f696934a..aaf0061164b 100644 --- a/src/backend/rewrite/rowsecurity.c +++ b/src/backend/rewrite/rowsecurity.c @@ -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). |