]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorMagnus Hagander <magnus@hagander.net>
Wed, 19 Jun 2019 12:59:26 +0000 (14:59 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 19 Jun 2019 12:59:26 +0000 (14:59 +0200)
Author: Daniel Gustafsson

src/backend/access/table/tableamapi.c

index fdd7e64ada8cf193f9bab334477887408eda86ad..b2f587681071faf020955f35d995e2f8941710f9 100644 (file)
@@ -92,7 +92,7 @@ GetTableAmRoutine(Oid amhandler)
 
        Assert(routine->relation_estimate_size != NULL);
 
-       /* optional, but one callback implies presence of hte other */
+       /* optional, but one callback implies presence of the other */
        Assert((routine->scan_bitmap_next_block == NULL) ==
                   (routine->scan_bitmap_next_tuple == NULL));
        Assert(routine->scan_sample_next_block != NULL);