projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
510e1b8
)
Fix typo in comment.
author
Heikki Linnakangas
Wed, 26 Oct 2016 08:10:13 +0000
(11:10 +0300)
committer
Heikki Linnakangas
Wed, 26 Oct 2016 08:10:13 +0000
(11:10 +0300)
Daniel Gustafsson
contrib/pageinspect/heapfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pageinspect/heapfuncs.c
b/contrib/pageinspect/heapfuncs.c
index 904eaef2dab5f1e0ae873799562596099599d264..f8ac343cc196e41721e0d243587bb8b5a3147263 100644
(file)
--- a/
contrib/pageinspect/heapfuncs.c
+++ b/
contrib/pageinspect/heapfuncs.c
@@
-279,7
+279,7
@@
heap_page_items(PG_FUNCTION_ARGS)
*
* Split raw tuple data taken directly from a page into an array of bytea
* elements. This routine does a lookup on NULL values and creates array
- * elements accordin
d
ly. This is a reimplementation of nocachegetattr()
+ * elements accordin
g
ly. This is a reimplementation of nocachegetattr()
* in heaptuple.c simplified for educational purposes.
*/
static Datum