summaryrefslogtreecommitdiff
path: root/contrib/pg_surgery/heap_surgery.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pg_surgery/heap_surgery.c')
-rw-r--r--contrib/pg_surgery/heap_surgery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_surgery/heap_surgery.c b/contrib/pg_surgery/heap_surgery.c
index 58641b8adfb..37dffe3f7d5 100644
--- a/contrib/pg_surgery/heap_surgery.c
+++ b/contrib/pg_surgery/heap_surgery.c
@@ -95,7 +95,7 @@ heap_force_common(FunctionCallInfo fcinfo, HeapTupleForceOption heap_force_opt)
ereport(ERROR,
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
errmsg("recovery is in progress"),
- errhint("heap surgery functions cannot be executed during recovery.")));
+ errhint("Heap surgery functions cannot be executed during recovery.")));
/* Check inputs. */
sanity_check_tid_array(ta, &ntids);