8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992fe54 commit 66013feCopy full SHA for 66013fe
src/backend/access/table/tableamapi.c
@@ -92,7 +92,7 @@ GetTableAmRoutine(Oid amhandler)
92
93
Assert(routine->relation_estimate_size != NULL);
94
95
- /* optional, but one callback implies presence of hte other */
+ /* optional, but one callback implies presence of the other */
96
Assert((routine->scan_bitmap_next_block == NULL) ==
97
(routine->scan_bitmap_next_tuple == NULL));
98
Assert(routine->scan_sample_next_block != NULL);
0 commit comments