diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2023-07-10 12:05:32 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2023-07-10 12:05:51 +0200 |
commit | e004cb0394402a26b7142721e59a4f8e179bd1e4 (patch) | |
tree | 560f543c3fc7263f64fc5421658d113fbe46776f | |
parent | 2631ebab7b18bdc079fd86107c47d6104a6b3c6e (diff) | |
download | postgresql-e004cb0394402a26b7142721e59a4f8e179bd1e4.tar.gz postgresql-e004cb0394402a26b7142721e59a4f8e179bd1e4.zip |
Fix pgindent
for commit e53a611523
-rw-r--r-- | src/backend/tcop/utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c index 866b294318a..e3ccf6c7f7e 100644 --- a/src/backend/tcop/utility.c +++ b/src/backend/tcop/utility.c @@ -950,7 +950,7 @@ standard_ProcessUtility(PlannedStmt *pstmt, if (!has_privs_of_role(GetUserId(), ROLE_PG_CHECKPOINT)) ereport(ERROR, (errcode(ERRCODE_INSUFFICIENT_PRIVILEGE), - /* translator: %s is name of a SQL command, eg CHECKPOINT */ + /* translator: %s is name of a SQL command, eg CHECKPOINT */ errmsg("permission denied to execute %s command", "CHECKPOINT"), errdetail("Only roles with privileges of the \"%s\" role may execute this command.", |