summaryrefslogtreecommitdiff
path: root/src/include/access
diff options
context:
space:
mode:
authorAlvaro Herrera2014-12-03 14:52:15 +0000
committerAlvaro Herrera2014-12-03 14:52:15 +0000
commit6597ec9be6a9ed50390f73235d6654ec32a0b944 (patch)
tree1d671c9263bdfd4128cc9e0fb406ddf47f6d5f49 /src/include/access
parentbc2f43eaa4cef83798692e57e9d0364f0bcce021 (diff)
Fix typos
Diffstat (limited to 'src/include/access')
-rw-r--r--src/include/access/rmgrlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/rmgrlist.h b/src/include/access/rmgrlist.h
index 76a6421fb68..0fc932f84ad 100644
--- a/src/include/access/rmgrlist.h
+++ b/src/include/access/rmgrlist.h
@@ -24,7 +24,7 @@
* Changes to this list possibly need a XLOG_PAGE_MAGIC bump.
*/
-/* symbol name, textual name, redo, desc, startup, cleanup */
+/* symbol name, textual name, redo, desc, identify, startup, cleanup */
PG_RMGR(RM_XLOG_ID, "XLOG", xlog_redo, xlog_desc, xlog_identify, NULL, NULL)
PG_RMGR(RM_XACT_ID, "Transaction", xact_redo, xact_desc, xact_identify, NULL, NULL)
PG_RMGR(RM_SMGR_ID, "Storage", smgr_redo, smgr_desc, smgr_identify, NULL, NULL)