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

Commitf8ba1bf

Browse files
committed
Fix incorrect format placeholder
1 parent9e8b694 commitf8ba1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/parser/parse_relation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3901,7 +3901,7 @@ getRTEPermissionInfo(List *rteperminfos, RangeTblEntry *rte)
39013901

39023902
if (rte->perminfoindex==0||
39033903
rte->perminfoindex>list_length(rteperminfos))
3904-
elog(ERROR,"invalid perminfoindex %d in RTE with relid %u",
3904+
elog(ERROR,"invalid perminfoindex %u in RTE with relid %u",
39053905
rte->perminfoindex,rte->relid);
39063906
perminfo=list_nth_node(RTEPermissionInfo,rteperminfos,
39073907
rte->perminfoindex-1);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp