We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc592c4 commit 9217bf3Copy full SHA for 9217bf3
src/backend/access/gin/ginfast.c
@@ -974,7 +974,7 @@ gin_clean_pending_list(PG_FUNCTION_ARGS)
974
GinState ginstate;
975
976
if (RecoveryInProgress())
977
- ereport(ERROR,
+ ereport(ERROR,
978
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
979
errmsg("recovery is in progress"),
980
errhint("GIN pending list cannot be cleaned up during recovery.")));
0 commit comments