Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e7c02 commit e3c5e48Copy full SHA for e3c5e48
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