mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix some typos, grammar and style in docs and comments
The portions fixing the documentation are backpatched where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210210235557.GQ20012@telsasoft.com backpatch-through: 9.6
This commit is contained in:
@ -186,7 +186,7 @@ get_am_oid(const char *amname, bool missing_ok)
|
||||
}
|
||||
|
||||
/*
|
||||
* get_am_name - given an access method OID name and type, look up its name.
|
||||
* get_am_name - given an access method OID, look up its name.
|
||||
*/
|
||||
char *
|
||||
get_am_name(Oid amOid)
|
||||
|
Reference in New Issue
Block a user