mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
extern ObjectAddress DefineRule(RuleStmt *stmt, const char *queryString);
|
||||
|
||||
extern ObjectAddress DefineQueryRewrite(char *rulename,
|
||||
extern ObjectAddress DefineQueryRewrite(const char *rulename,
|
||||
Oid event_relid,
|
||||
Node *event_qual,
|
||||
CmdType event_type,
|
||||
|
Reference in New Issue
Block a user