Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc592c4
)
Fix whitespace
author
Peter Eisentraut
<peter_e@gmx.net>
Sat, 30 Jan 2016 20:58:20 +0000
(15:58 -0500)
committer
Peter Eisentraut
<peter_e@gmx.net>
Sat, 30 Jan 2016 20:58:20 +0000
(15:58 -0500)
src/backend/access/gin/ginfast.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/gin/ginfast.c
b/src/backend/access/gin/ginfast.c
index 09f41f55ac77b58733fd6b99e42e51cb27896058..2ddf5680f6f5b1833c8d1b12b5af12c0d74178d3 100644
(file)
--- 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.")));