Commit 8a2f08fb authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment.

Daniel Gustafsson
parent 510e1b8e
...@@ -279,7 +279,7 @@ heap_page_items(PG_FUNCTION_ARGS) ...@@ -279,7 +279,7 @@ heap_page_items(PG_FUNCTION_ARGS)
* *
* Split raw tuple data taken directly from a page into an array of bytea * 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. This routine does a lookup on NULL values and creates array
* elements accordindly. This is a reimplementation of nocachegetattr() * elements accordingly. This is a reimplementation of nocachegetattr()
* in heaptuple.c simplified for educational purposes. * in heaptuple.c simplified for educational purposes.
*/ */
static Datum static Datum
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment