mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 07:40:59 -04:00
Fix whitespace
This commit is contained in:
parent
cc592c48c5
commit
9217bf3961
1 changed files with 1 additions and 1 deletions
|
|
@ -974,7 +974,7 @@ gin_clean_pending_list(PG_FUNCTION_ARGS)
|
|||
GinState ginstate;
|
||||
|
||||
if (RecoveryInProgress())
|
||||
ereport(ERROR,
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
|
||||
errmsg("recovery is in progress"),
|
||||
errhint("GIN pending list cannot be cleaned up during recovery.")));
|
||||
|
|
|
|||
Loading…
Reference in a new issue