mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +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:
@ -71,7 +71,7 @@ static Datum GetAggInitVal(Datum textInitVal, Oid transtype);
|
||||
*
|
||||
* Information about the aggregates and transition functions are collected
|
||||
* in the root->agginfos and root->aggtransinfos lists. The 'aggtranstype',
|
||||
* 'aggno', and 'aggtransno' fields in are filled in in each Aggref.
|
||||
* 'aggno', and 'aggtransno' fields of each Aggref are filled in.
|
||||
*
|
||||
* NOTE: This modifies the Aggrefs in the input expression in-place!
|
||||
*
|
||||
|
Reference in New Issue
Block a user