Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a44d96a

Browse files
committed
Fix pgindent
for commit e53a611
1 parent e53a611 commit a44d96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/tcop/utility.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -950,7 +950,7 @@ standard_ProcessUtility(PlannedStmt *pstmt,
950950
if (!has_privs_of_role(GetUserId(), ROLE_PG_CHECKPOINT))
951951
ereport(ERROR,
952952
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
953-
/* translator: %s is name of a SQL command, eg CHECKPOINT */
953+
/* translator: %s is name of a SQL command, eg CHECKPOINT */
954954
errmsg("permission denied to execute %s command",
955955
"CHECKPOINT"),
956956
errdetail("Only roles with privileges of the \"%s\" role may execute this command.",

0 commit comments

Comments
 (0)