Author: Daniel Gustafsson
This commit is contained in:
Magnus Hagander 2019-06-19 14:59:26 +02:00
parent 992fe54e77
commit 66013fe730
1 changed files with 1 additions and 1 deletions

View 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);