diff options
| author | Michael Paquier | 2019-06-03 04:44:03 +0000 |
|---|---|---|
| committer | Michael Paquier | 2019-06-03 04:44:03 +0000 |
| commit | 1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc (patch) | |
| tree | bcf6bac3dc4d8e1ce07b6d883b0e30990025f834 /src/include/nodes | |
| parent | 0240a00fbd4fd14f577edf8d36a032237fd0b9cb (diff) | |
Fix typos in various places
Author: Andrea Gelmini
Reviewed-by: Michael Paquier, Justin Pryzby
Discussion: https://postgr.es/m/20190528181718.GA39034@glet
Diffstat (limited to 'src/include/nodes')
| -rw-r--r-- | src/include/nodes/execnodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h index 64122bc1e3..112a9a5368 100644 --- a/src/include/nodes/execnodes.h +++ b/src/include/nodes/execnodes.h @@ -134,7 +134,7 @@ typedef struct ExprState * ExclusionOps Per-column exclusion operators, or NULL if none * ExclusionProcs Underlying function OIDs for ExclusionOps * ExclusionStrats Opclass strategy numbers for ExclusionOps - * UniqueOps Theses are like Exclusion*, but for unique indexes + * UniqueOps These are like Exclusion*, but for unique indexes * UniqueProcs * UniqueStrats * Unique is it a unique index? |
