From dd0f37eccecc2db5c0ffafefbf697a2c916e8bc3 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 10 Apr 2020 11:18:39 +0900 Subject: 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 --- src/backend/executor/execExpr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/executor') 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) -- cgit v1.2.3