mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Fix whitespace
This commit is contained in:
@ -974,7 +974,7 @@ gin_clean_pending_list(PG_FUNCTION_ARGS)
|
|||||||
GinState ginstate;
|
GinState ginstate;
|
||||||
|
|
||||||
if (RecoveryInProgress())
|
if (RecoveryInProgress())
|
||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
|
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
|
||||||
errmsg("recovery is in progress"),
|
errmsg("recovery is in progress"),
|
||||||
errhint("GIN pending list cannot be cleaned up during recovery.")));
|
errhint("GIN pending list cannot be cleaned up during recovery.")));
|
||||||
|
Reference in New Issue
Block a user