mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
605618c2e8
More cosmetic than anything else. The description in findstring.patch was duplicated, postgresql-9.6.1 references confusing. Timestamps are not needed, that's what git blame is for.
12 lines
443 B
Diff
12 lines
443 B
Diff
--- a/src/backend/commands/collationcmds.c
|
|
+++ b/src/backend/commands/collationcmds.c
|
|
@@ -611,7 +611,7 @@ pg_import_system_collations(PG_FUNCTION_ARGS)
|
|
aliases = (CollAliasData *) palloc(maxaliases * sizeof(CollAliasData));
|
|
naliases = 0;
|
|
|
|
- locale_a_handle = OpenPipeStream("locale -a", "r");
|
|
+ locale_a_handle = OpenPipeStream("@locale@ -a", "r");
|
|
if (locale_a_handle == NULL)
|
|
ereport(ERROR,
|
|
(errcode_for_file_access(),
|