mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Sort help file names, from Peter Eisentraut
This commit is contained in:
@ -46,7 +46,7 @@ struct _helpStruct
|
|||||||
static struct _helpStruct QL_HELP[] = {
|
static struct _helpStruct QL_HELP[] = {
|
||||||
";
|
";
|
||||||
|
|
||||||
foreach $file (readdir DIR) {
|
foreach $file (sort readdir DIR) {
|
||||||
my ($cmdname, $cmddesc, $cmdsynopsis);
|
my ($cmdname, $cmddesc, $cmdsynopsis);
|
||||||
$file =~ /\.sgml$/ || next;
|
$file =~ /\.sgml$/ || next;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user