From b199eb89c67d737ced55721590f7fc8ff585e837 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 22 Jan 2024 13:55:25 +0900 Subject: Fix some typos Author: Yongtao Huang Discussion: https://postgr.es/m/CAOe1Go1F99o5JsphtXdDC5bxm7AzetU8q3AxLh4AAVGKu1AzEQ@mail.gmail.com --- src/backend/access/index/indexam.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/index/indexam.c') 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. -- cgit v1.2.3