mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix typos and inconsistencies in code comments
Author: Alexander Lakhin Discussion: https://postgr.es/m/dec6aae8-2d63-639f-4d50-20e229fb83e3@gmail.com
This commit is contained in:
2
src/backend/utils/cache/lsyscache.c
vendored
2
src/backend/utils/cache/lsyscache.c
vendored
@ -1055,7 +1055,7 @@ get_opclass_input_type(Oid opclass)
|
||||
}
|
||||
|
||||
/*
|
||||
* get_opclass_family_and_input_type
|
||||
* get_opclass_opfamily_and_input_type
|
||||
*
|
||||
* Returns the OID of the operator family the opclass belongs to,
|
||||
* the OID of the datatype the opclass indexes
|
||||
|
Reference in New Issue
Block a user