We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510e1b8 commit 8a2f08fCopy full SHA for 8a2f08f
contrib/pageinspect/heapfuncs.c
@@ -279,7 +279,7 @@ heap_page_items(PG_FUNCTION_ARGS)
279
*
280
* Split raw tuple data taken directly from a page into an array of bytea
281
* elements. This routine does a lookup on NULL values and creates array
282
- * elements accordindly. This is a reimplementation of nocachegetattr()
+ * elements accordingly. This is a reimplementation of nocachegetattr()
283
* in heaptuple.c simplified for educational purposes.
284
*/
285
static Datum
0 commit comments