From: Peter Eisentraut Date: Sat, 30 Jan 2016 20:58:20 +0000 (-0500) Subject: Fix whitespace X-Git-Tag: REL9_6_BETA1~797 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9217bf3961c8420ca38bbe10819fb022185b9744;p=postgresql Fix whitespace --- diff --git a/src/backend/access/gin/ginfast.c b/src/backend/access/gin/ginfast.c index 09f41f55ac..2ddf5680f6 100644 --- a/src/backend/access/gin/ginfast.c +++ b/src/backend/access/gin/ginfast.c @@ -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.")));