mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Fix some typos
Author: Yongtao Huang Discussion: https://postgr.es/m/CAOe1Go1F99o5JsphtXdDC5bxm7AzetU8q3AxLh4AAVGKu1AzEQ@mail.gmail.com
This commit is contained in:
@ -2395,7 +2395,7 @@ show_sort_keys(SortState *sortstate, List *ancestors, ExplainState *es)
|
||||
}
|
||||
|
||||
/*
|
||||
* Show the sort keys for a IncrementalSort node.
|
||||
* Show the sort keys for an IncrementalSort node.
|
||||
*/
|
||||
static void
|
||||
show_incremental_sort_keys(IncrementalSortState *incrsortstate,
|
||||
|
Reference in New Issue
Block a user