aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/progress.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/progress.h')
-rw-r--r--src/include/commands/progress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/progress.h b/src/include/commands/progress.h
index c6b139d57d3..d7bf16368bd 100644
--- a/src/include/commands/progress.h
+++ b/src/include/commands/progress.h
@@ -2,7 +2,7 @@
*
* progress.h
* Constants used with the progress reporting facilities defined in
- * pgstat.h. These are possibly interesting to extensions, so we
+ * backend_status.h. These are possibly interesting to extensions, so we
* expose them via this header file. Note that if you update these
* constants, you probably also need to update the views based on them
* in system_views.sql.