Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite38da8d

Browse files
committed
Fix compiler warning.
It is meaningless to declare a pass-by-value return type const.
1 parent763ba1b commite38da8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/policy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
staticvoidRangeVarCallbackForPolicy(constRangeVar*rv,
4747
Oidrelid,Oidoldrelid,void*arg);
48-
staticconstcharparse_row_security_command(constchar*cmd_name);
48+
staticcharparse_row_security_command(constchar*cmd_name);
4949
staticArrayType*rls_role_list_to_array(List*roles);
5050

5151
/*
@@ -102,7 +102,7 @@ RangeVarCallbackForPolicy(const RangeVar *rv, Oid relid, Oid oldrelid,
102102
* 'insert', 'update' and 'delete'.
103103
*
104104
*/
105-
staticconstchar
105+
staticchar
106106
parse_row_security_command(constchar*cmd_name)
107107
{
108108
charcmd;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp