projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
992fe54
)
Fix typo
author
Magnus Hagander
Wed, 19 Jun 2019 12:59:26 +0000
(14:59 +0200)
committer
Magnus Hagander
Wed, 19 Jun 2019 12:59:26 +0000
(14:59 +0200)
Author: Daniel Gustafsson
src/backend/access/table/tableamapi.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/table/tableamapi.c
b/src/backend/access/table/tableamapi.c
index fdd7e64ada8cf193f9bab334477887408eda86ad..b2f587681071faf020955f35d995e2f8941710f9 100644
(file)
--- a/
src/backend/access/table/tableamapi.c
+++ b/
src/backend/access/table/tableamapi.c
@@
-92,7
+92,7
@@
GetTableAmRoutine(Oid amhandler)
Assert(routine->relation_estimate_size != NULL);
- /* optional, but one callback implies presence of
ht
e other */
+ /* optional, but one callback implies presence of
th
e other */
Assert((routine->scan_bitmap_next_block == NULL) ==
(routine->scan_bitmap_next_tuple == NULL));
Assert(routine->scan_sample_next_block != NULL);