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:
1
src/backend/utils/cache/relcache.c
vendored
1
src/backend/utils/cache/relcache.c
vendored
@ -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);
|
||||
|
Reference in New Issue
Block a user