Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9217bf3

Browse files
committed
Fix whitespace
1 parent cc592c4 commit 9217bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/gin/ginfast.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ gin_clean_pending_list(PG_FUNCTION_ARGS)
974974
GinState ginstate;
975975

976976
if (RecoveryInProgress())
977-
ereport(ERROR,
977+
ereport(ERROR,
978978
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
979979
errmsg("recovery is in progress"),
980980
errhint("GIN pending list cannot be cleaned up during recovery.")));

0 commit comments

Comments
 (0)