Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/backend/optimizer/path/equivclass.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ get_eclass_for_sort_expr(PlannerInfo *root,
* Locate an EquivalenceClass member matching the given expr, if any;
* return NULL if no match.
*
* "Matching" is defined as "equal after stripping RelabelTypes".
* "Matching" is defined as "equal after stripping RelabelTypes"
* This is used for identifying sort expressions, and we need to allow
* binary-compatible relabeling for some cases involving binary-compatible
* sort operators.
Expand Down
Loading