aboutsummaryrefslogtreecommitdiff
path: root/src/include/rewrite/rowsecurity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/rewrite/rowsecurity.h')
-rw-r--r--src/include/rewrite/rowsecurity.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/rewrite/rowsecurity.h b/src/include/rewrite/rowsecurity.h
index ba8673c5a93..214d556e506 100644
--- a/src/include/rewrite/rowsecurity.h
+++ b/src/include/rewrite/rowsecurity.h
@@ -42,8 +42,8 @@ extern PGDLLIMPORT row_security_policy_hook_type row_security_policy_hook_permis
extern PGDLLIMPORT row_security_policy_hook_type row_security_policy_hook_restrictive;
extern void get_row_security_policies(Query *root,
- RangeTblEntry *rte, int rt_index,
- List **securityQuals, List **withCheckOptions,
- bool *hasRowSecurity, bool *hasSubLinks);
+ RangeTblEntry *rte, int rt_index,
+ List **securityQuals, List **withCheckOptions,
+ bool *hasRowSecurity, bool *hasSubLinks);
#endif /* ROWSECURITY_H */