mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix typos in commit 8586bf7ed8
.
Author: Amit Kapila Discussion: https://postgr.es/m/CAA4eK1KNv1Mg2krf4E9ssWFnE=8A9mZ1VbVywXBZTFSzb+wP2g@mail.gmail.com
This commit is contained in:
committed by
Andres Freund
parent
af38498d4c
commit
a6e48da088
@ -103,9 +103,9 @@ get_table_am_oid(const char *tableamname, bool missing_ok)
|
||||
ScanKeyData entry[1];
|
||||
|
||||
/*
|
||||
* Search pg_tablespace. We use a heapscan here even though there is an
|
||||
* index on name, on the theory that pg_tablespace will usually have just
|
||||
* a few entries and so an indexed lookup is a waste of effort.
|
||||
* Search pg_am. We use a heapscan here even though there is an index on
|
||||
* name, on the theory that pg_am will usually have just a few entries and
|
||||
* so an indexed lookup is a waste of effort.
|
||||
*/
|
||||
rel = heap_open(AccessMethodRelationId, AccessShareLock);
|
||||
|
||||
|
Reference in New Issue
Block a user