Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6e48da

Browse files
Amit Kapilaanarazel
Amit Kapila
authored andcommitted
1 parentaf38498 commita6e48da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎src/backend/access/table/tableamapi.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ get_table_am_oid(const char *tableamname, bool missing_ok)
103103
ScanKeyDataentry[1];
104104

105105
/*
106-
* Searchpg_tablespace. We use a heapscan here even though there is an
107-
*index onname, on the theory thatpg_tablespace will usually have just
108-
*a few entries andso an indexed lookup is a waste of effort.
106+
* Searchpg_am. We use a heapscan here even though there is an index on
107+
* name, on the theory thatpg_am will usually have just a few entries and
108+
* so an indexed lookup is a waste of effort.
109109
*/
110110
rel=heap_open(AccessMethodRelationId,AccessShareLock);
111111

‎src/backend/utils/cache/relcache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1680,7 +1680,7 @@ InitTableAmRoutine(Relation relation)
16801680
}
16811681

16821682
/*
1683-
* Initialize table access method support for a table like relation relation
1683+
* Initialize table access method support for a table like relation
16841684
*/
16851685
void
16861686
RelationInitTableAccessMethod(Relationrelation)

‎src/include/access/tableam.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* POSTGRES table access method definitions.
55
*
66
*
7-
* Portions Copyright (c) 1996-2018, PostgreSQL Global Development Group
7+
* Portions Copyright (c) 1996-2019, PostgreSQL Global Development Group
88
* Portions Copyright (c) 1994, Regents of the University of California
99
*
1010
* src/include/access/tableam.h

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp