diff options
| author | Robert Haas <rhaas@postgresql.org> | 2015-06-23 10:08:30 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2015-06-23 10:09:53 -0400 |
| commit | 51d0fe5d5682a65e3bce7aa62d8666509fd08aa2 (patch) | |
| tree | 14f850dce512209e0a05d3c85400af1f2e20428e /src | |
| parent | 9cb36981fbbf2f298db2476101f4475c52d00fbb (diff) | |
Update get_relation_info comment.
Thomas Munro
Diffstat (limited to 'src')
| -rw-r--r-- | src/backend/optimizer/util/plancat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/optimizer/util/plancat.c b/src/backend/optimizer/util/plancat.c index b04dc2ed49e..662b97755ab 100644 --- a/src/backend/optimizer/util/plancat.c +++ b/src/backend/optimizer/util/plancat.c @@ -71,6 +71,7 @@ static List *build_index_tlist(PlannerInfo *root, IndexOptInfo *index, * min_attr lowest valid AttrNumber * max_attr highest valid AttrNumber * 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 * pages number of pages * tuples number of tuples |
