diff options
| author | Michael Paquier | 2023-01-03 07:26:14 +0000 |
|---|---|---|
| committer | Michael Paquier | 2023-01-03 07:26:14 +0000 |
| commit | 33ab0a2a527e3af5beee3a98fc07201e555d6e45 (patch) | |
| tree | 0fbb7e784c39fa114cd0e7e085a149a524c20135 /src/backend/optimizer/util | |
| parent | 92957ed98c5c565362ce665266132a7f08f6b0c0 (diff) | |
Fix typos in comments, code and documentation
While on it, newlines are removed from the end of two elog() strings.
The others are simple grammar mistakes. One comment in pg_upgrade
referred incorrectly to sequences since a7e5457.
Author: Justin Pryzby
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 11
Diffstat (limited to 'src/backend/optimizer/util')
| -rw-r--r-- | src/backend/optimizer/util/tlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/util/tlist.c b/src/backend/optimizer/util/tlist.c index 4d95ffbddb2..c672b338c0d 100644 --- a/src/backend/optimizer/util/tlist.c +++ b/src/backend/optimizer/util/tlist.c @@ -865,7 +865,7 @@ apply_pathtarget_labeling_to_tlist(List *tlist, PathTarget *target) * * The outputs of this function are two parallel lists, one a list of * PathTargets and the other an integer list of bool flags indicating - * whether the corresponding PathTarget contains any evaluatable SRFs. + * whether the corresponding PathTarget contains any evaluable SRFs. * The lists are given in the order they'd need to be evaluated in, with * the "lowest" PathTarget first. So the last list entry is always the * originally given PathTarget, and any entries before it indicate evaluation |
