mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +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);
|
||||
|
||||
/* 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);
|
||||
|
Reference in New Issue
Block a user