mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
Fix collection of typos and grammar mistakes in the tree
This fixes some comments and documentation new as of Postgres 13. Author: Justin Pryzby Discussion: https://postgr.es/m/20200408165653.GF2228@telsasoft.com
This commit is contained in:
@ -2366,7 +2366,7 @@ get_last_attnums_walker(Node *node, LastAttnumInfo *info)
|
||||
* evaluation of the expression will have the same type of slot, with an
|
||||
* equivalent descriptor.
|
||||
*
|
||||
* Returns true if the the deforming step is required, false otherwise.
|
||||
* Returns true if the deforming step is required, false otherwise.
|
||||
*/
|
||||
static bool
|
||||
ExecComputeSlotInfo(ExprState *state, ExprEvalStep *op)
|
||||
|
Reference in New Issue
Block a user