Skip to content

Commit

Permalink
PG-934 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Aug 1, 2024
1 parent 8b48db2 commit 1de505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion percona_pg_telemetry.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ load_telemery_files(void)
}

#if PG_VERSION_NUM >= 130000
list_sort(files_list, compareFileNames);
list_sort(files_list, compare_file_names);
#else
files_list = list_qsort(files_list, compare_file_names);
#endif
Expand Down

0 comments on commit 1de505c

Please sign in to comment.