mirror of
https://github.com/postgres/postgres.git
synced 2025-08-11 04:22:52 +03:00
Fix unusual include style
Project-internal header files should be included using " ", not < >.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
#ifndef TEST_RLS_HOOKS_H
|
#ifndef TEST_RLS_HOOKS_H
|
||||||
#define TEST_RLS_HOOKS_H
|
#define TEST_RLS_HOOKS_H
|
||||||
|
|
||||||
#include <rewrite/rowsecurity.h>
|
#include "rewrite/rowsecurity.h"
|
||||||
|
|
||||||
/* Return set of permissive hooks based on CmdType and Relation */
|
/* Return set of permissive hooks based on CmdType and Relation */
|
||||||
extern List *test_rls_hooks_permissive(CmdType cmdtype, Relation relation);
|
extern List *test_rls_hooks_permissive(CmdType cmdtype, Relation relation);
|
||||||
|
Reference in New Issue
Block a user