diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-10-26 11:10:13 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2016-10-26 11:13:11 +0300 |
commit | e3c5e48bb82975cfca4c90a30fd8e2452840909d (patch) | |
tree | f8c1ce7ea0c4752a2b7e1b37e73ed9cdf8edec58 | |
parent | 16e7c02c423449697b78ca857e5847981785e9ed (diff) | |
download | postgresql-e3c5e48bb82975cfca4c90a30fd8e2452840909d.tar.gz postgresql-e3c5e48bb82975cfca4c90a30fd8e2452840909d.zip |
Fix typo in comment.
Daniel Gustafsson
-rw-r--r-- | contrib/pageinspect/heapfuncs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pageinspect/heapfuncs.c b/contrib/pageinspect/heapfuncs.c index 904eaef2dab..f8ac343cc19 100644 --- 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 accordindly. This is a reimplementation of nocachegetattr() + * elements accordingly. This is a reimplementation of nocachegetattr() * in heaptuple.c simplified for educational purposes. */ static Datum |