mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user