We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb3698 commit 51d0fe5Copy full SHA for 51d0fe5
src/backend/optimizer/util/plancat.c
@@ -71,6 +71,7 @@ static List *build_index_tlist(PlannerInfo *root, IndexOptInfo *index,
71
* min_attr lowest valid AttrNumber
72
* max_attr highest valid AttrNumber
73
* indexlist list of IndexOptInfos for relation's indexes
74
+ * serverid if it's a foreign table, the server OID
75
* fdwroutine if it's a foreign table, the FDW function pointers
76
* pages number of pages
77
* tuples number of tuples
0 commit comments