Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8a2f08f

Browse files
committed
Fix typo in comment.
Daniel Gustafsson
1 parent 510e1b8 commit 8a2f08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pageinspect/heapfuncs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ heap_page_items(PG_FUNCTION_ARGS)
279279
*
280280
* Split raw tuple data taken directly from a page into an array of bytea
281281
* elements. This routine does a lookup on NULL values and creates array
282-
* elements accordindly. This is a reimplementation of nocachegetattr()
282+
* elements accordingly. This is a reimplementation of nocachegetattr()
283283
* in heaptuple.c simplified for educational purposes.
284284
*/
285285
static Datum

0 commit comments

Comments
 (0)