Small typo in pageinspect heapfuncs
Started by Daniel Gustafssonabout 9 years ago2 messages
Spotted a tiny typo in contrib/pageinspect/heapfuncs.c: s/accordindly/accordingly/
cheers ./daniel
Attachments:
typo-pageinspect_heapfuncs.diffapplication/octet-stream; name=typo-pageinspect_heapfuncs.diffDownload
diff --git a/contrib/pageinspect/heapfuncs.c b/contrib/pageinspect/heapfuncs.c
index 904eaef..f8ac343 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
Re: Small typo in pageinspect heapfuncs
On 10/26/2016 09:52 AM, Daniel Gustafsson wrote:
Spotted a tiny typo in contrib/pageinspect/heapfuncs.c: s/accordindly/accordingly/
Fixed, thanks.
- Heikki
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers