diff options
Diffstat (limited to 'src/include/nodes/pathnodes.h')
-rw-r--r-- | src/include/nodes/pathnodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/pathnodes.h b/src/include/nodes/pathnodes.h index bb678bdcdcd..011e5a811c3 100644 --- a/src/include/nodes/pathnodes.h +++ b/src/include/nodes/pathnodes.h @@ -1592,7 +1592,7 @@ typedef struct * equivalent and closely-related orderings. (See optimizer/README for more * information.) * - * Note: pk_strategy is either COMPARE_LT (for ASC) or COMPARE_GT (for DESC). + * Note: pk_cmptype is either COMPARE_LT (for ASC) or COMPARE_GT (for DESC). */ typedef struct PathKey { |