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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/rewrite/rowsecurity.h b/src/include/rewrite/rowsecurity.h
index 0e739fd3344..260a79c3d28 100644
--- a/src/include/rewrite/rowsecurity.h
+++ b/src/include/rewrite/rowsecurity.h
@@ -35,7 +35,7 @@ typedef struct RowSecurityDesc
} RowSecurityDesc;
typedef List *(*row_security_policy_hook_type) (CmdType cmdtype,
- Relation relation);
+ Relation relation);
extern PGDLLIMPORT row_security_policy_hook_type row_security_policy_hook_permissive;