mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix typo
Author: Daniel Gustafsson
This commit is contained in:
@ -92,7 +92,7 @@ GetTableAmRoutine(Oid amhandler)
|
|||||||
|
|
||||||
Assert(routine->relation_estimate_size != NULL);
|
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) ==
|
Assert((routine->scan_bitmap_next_block == NULL) ==
|
||||||
(routine->scan_bitmap_next_tuple == NULL));
|
(routine->scan_bitmap_next_tuple == NULL));
|
||||||
Assert(routine->scan_sample_next_block != NULL);
|
Assert(routine->scan_sample_next_block != NULL);
|
||||||
|
Reference in New Issue
Block a user