mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Fix typo
Author: Daniel Gustafsson
This commit is contained in:
parent
992fe54e77
commit
66013fe730
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue