1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-01 01:04:50 +03:00

Update get_relation_info comment.

Thomas Munro
This commit is contained in:
Robert Haas 2015-06-23 10:08:30 -04:00
parent 9cb36981fb
commit 51d0fe5d56

View File

@ -71,6 +71,7 @@ static List *build_index_tlist(PlannerInfo *root, IndexOptInfo *index,
* min_attr lowest valid AttrNumber * min_attr lowest valid AttrNumber
* max_attr highest valid AttrNumber * max_attr highest valid AttrNumber
* indexlist list of IndexOptInfos for relation's indexes * indexlist list of IndexOptInfos for relation's indexes
* serverid if it's a foreign table, the server OID
* fdwroutine if it's a foreign table, the FDW function pointers * fdwroutine if it's a foreign table, the FDW function pointers
* pages number of pages * pages number of pages
* tuples number of tuples * tuples number of tuples