aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/index/indexam.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-01-22 13:55:25 +0900
committerMichael Paquier <michael@paquier.xyz>2024-01-22 13:55:25 +0900
commitb199eb89c67d737ced55721590f7fc8ff585e837 (patch)
tree0b47e83b8dba48b80f90d532a65e106516c3408b /src/backend/access/index/indexam.c
parent49cd2b93d7dbceefdf9a71cc301d284a2dd234c3 (diff)
downloadpostgresql-b199eb89c67d737ced55721590f7fc8ff585e837.tar.gz
postgresql-b199eb89c67d737ced55721590f7fc8ff585e837.zip
Fix some typos
Author: Yongtao Huang Discussion: https://postgr.es/m/CAOe1Go1F99o5JsphtXdDC5bxm7AzetU8q3AxLh4AAVGKu1AzEQ@mail.gmail.com
Diffstat (limited to 'src/backend/access/index/indexam.c')
-rw-r--r--src/backend/access/index/indexam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/index/indexam.c b/src/backend/access/index/indexam.c
index 85d844f4b64..bbd499abcfb 100644
--- a/src/backend/access/index/indexam.c
+++ b/src/backend/access/index/indexam.c
@@ -142,7 +142,7 @@ index_open(Oid relationId, LOCKMODE lockmode)
}
/* ----------------
- * try_index_open - open a index relation by relation OID
+ * try_index_open - open an index relation by relation OID
*
* Same as index_open, except return NULL instead of failing
* if the relation does not exist.