diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-05-14 09:37:35 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-05-14 09:37:35 +0900 |
commit | 7e19929ea29668f3d01280262e407b93042c959a (patch) | |
tree | 1785de8a1f836c4ff49603397e097ebe65dc9965 /src/backend/executor | |
parent | ae7291acbc5ae4c3751615177fc256f9f3399403 (diff) | |
download | postgresql-7e19929ea29668f3d01280262e407b93042c959a.tar.gz |
Fix duplicated words in comments
Author: Stephen Amell
Discussion: https://postgr.es/m/539fa271-21b3-777e-a468-d96cffe9c768@gmail.com
Diffstat (limited to 'src/backend/executor')
-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 0fb31f5c3d..0a7b2b8f47 100644 --- a/src/backend/executor/execExpr.c +++ b/src/backend/executor/execExpr.c @@ -2361,7 +2361,7 @@ get_last_attnums_walker(Node *node, LastAttnumInfo *info) * Compute additional information for EEOP_*_FETCHSOME ops. * * The goal is to determine whether a slot is 'fixed', that is, every - * evaluation of the the expression will have the same type of slot, with an + * evaluation of the expression will have the same type of slot, with an * equivalent descriptor. */ static void |