1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +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

@ -4508,7 +4508,6 @@ RelationGetStatExtList(Relation relation)
NULL, 1, &skey);
while (HeapTupleIsValid(htup = systable_getnext(indscan)))
/* TODO maybe include only already built statistics? */
result = insert_ordered_oid(result, HeapTupleGetOid(htup));
systable_endscan(indscan);