1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

Comment fixes for extended statistics

Clean up some code comments in new extended statistics code, from
7b504eb282.
This commit is contained in:
Alvaro Herrera
2017-04-06 12:27:15 -03:00
parent dc0400cc50
commit b1fc51a36e
5 changed files with 15 additions and 11 deletions

View File

@ -79,6 +79,7 @@ static List *get_relation_statistics(RelOptInfo *rel, Relation relation);
* min_attr lowest valid AttrNumber
* max_attr highest valid AttrNumber
* indexlist list of IndexOptInfos for relation's indexes
* statlist list of StatisticExtInfo for relation's statistic objects
* 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