mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Fix typos in comments
The changes done in this commit impact comments with no direct user-visible changes, with fixes for incorrect function, variable or structure names. Author: Alexander Lakhin Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com
This commit is contained in:
@ -819,7 +819,7 @@ AlterOpFamily(AlterOpFamilyStmt *stmt)
|
||||
Oid amoid, /* our AM's oid */
|
||||
opfamilyoid; /* oid of opfamily */
|
||||
int maxOpNumber, /* amstrategies value */
|
||||
optsProcNumber, /* amopclassopts value */
|
||||
optsProcNumber, /* amoptsprocnum value */
|
||||
maxProcNumber; /* amsupport value */
|
||||
HeapTuple tup;
|
||||
Form_pg_am amform;
|
||||
@ -1321,7 +1321,7 @@ assignProcTypes(OpFamilyMember *member, Oid amoid, Oid typeoid,
|
||||
/*
|
||||
* pg_amproc functions are indexed by (lefttype, righttype), but
|
||||
* an equalimage function can only be called at CREATE INDEX time.
|
||||
* The same opclass opcintype OID is always used for leftype and
|
||||
* The same opclass opcintype OID is always used for lefttype and
|
||||
* righttype. Providing a cross-type routine isn't sensible.
|
||||
* Reject cross-type ALTER OPERATOR FAMILY ... ADD FUNCTION 4
|
||||
* statements here.
|
||||
|
Reference in New Issue
Block a user