diff options
author | Michael Paquier <michael@paquier.xyz> | 2020-04-10 11:18:39 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2020-04-10 11:18:39 +0900 |
commit | dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3 (patch) | |
tree | b95a1aa4d072068633f3f022a88180780d386015 /src/backend/executor/execExpr.c | |
parent | e083fa34ced0d53807a57482048bb4c135c3d006 (diff) | |
download | postgresql-dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3.tar.gz postgresql-dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3.zip |
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
Diffstat (limited to 'src/backend/executor/execExpr.c')
-rw-r--r-- | src/backend/executor/execExpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execExpr.c b/src/backend/executor/execExpr.c index 1370ffec509..c6a77bd66fa 100644 --- a/src/backend/executor/execExpr.c +++ b/src/backend/executor/execExpr.c @@ -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) |