Commit 51d0fe5d authored by Robert Haas's avatar Robert Haas

Update get_relation_info comment.

Thomas Munro
parent 9cb36981
...@@ -71,6 +71,7 @@ static List *build_index_tlist(PlannerInfo *root, IndexOptInfo *index, ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment