diff options
author | Michael Paquier | 2021-02-24 07:13:17 +0000 |
---|---|---|
committer | Michael Paquier | 2021-02-24 07:13:17 +0000 |
commit | bcf2667bf62d72faced64cb60ffbd2e599a0ebe8 (patch) | |
tree | 7f58ae5ad68ed50b11d2a5eeedced3b905a8634f /contrib/pageinspect/heapfuncs.c | |
parent | 8ec8fe0f31712c62b761da9ef6d32214e08340d1 (diff) |
Fix some typos, grammar and style in docs and comments
The portions fixing the documentation are backpatched where needed.
Author: Justin Pryzby
Discussion: https://postgr.es/m/20210210235557.GQ20012@telsasoft.com
backpatch-through: 9.6
Diffstat (limited to 'contrib/pageinspect/heapfuncs.c')
-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 9abcee32afb..f6760eb31e7 100644 --- a/contrib/pageinspect/heapfuncs.c +++ b/contrib/pageinspect/heapfuncs.c @@ -338,7 +338,7 @@ tuple_data_split_internal(Oid relid, char *tupdata, attr = TupleDescAttr(tupdesc, i); /* - * Tuple header can specify less attributes than tuple descriptor as + * Tuple header can specify fewer attributes than tuple descriptor as * ALTER TABLE ADD COLUMN without DEFAULT keyword does not actually * change tuples in pages, so attributes with numbers greater than * (t_infomask2 & HEAP_NATTS_MASK) should be treated as NULL. |