git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9e8b694)
Fix incorrect format placeholder
2023年2月10日 11:00:51 +0000 (12:00 +0100)
2023年2月10日 11:00:51 +0000 (12:00 +0100)

diff --git a/src/backend/parser/parse_relation.c b/src/backend/parser/parse_relation.c
index 52b4a6e89df15cbc38e5e143d6855042603236d7..de355dd246acace6a2d2775465d8209faf4c1139 100644 (file)
--- a/src/backend/parser/parse_relation.c
+++ b/src/backend/parser/parse_relation.c
@@ -3901,7 +3901,7 @@ getRTEPermissionInfo(List *rteperminfos, RangeTblEntry *rte)
if (rte->perminfoindex == 0 ||
rte->perminfoindex > list_length(rteperminfos))
- elog(ERROR, "invalid perminfoindex %d in RTE with relid %u",
+ elog(ERROR, "invalid perminfoindex %u in RTE with relid %u",
rte->perminfoindex, rte->relid);
perminfo = list_nth_node(RTEPermissionInfo, rteperminfos,
rte->perminfoindex - 1);
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /