Commit 9217bf39 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent cc592c48
......@@ -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.")));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment