Files
termux-packages/packages/postgresql/src-backend-commands-collationcmds.c.patch
termux-pacman-bot e077f0a00a bump(main/postgresql): 16.1 (#18567)
* Remove no-hard-link.patch
  See eb64ceac7e

* Enable contrib tablefunc

* Enable more make parallel builds

* Fix libxml build issue
2023-11-29 02:35:05 +00:00

12 lines
332 B
Diff

--- a/src/backend/commands/collationcmds.c
+++ b/src/backend/commands/collationcmds.c
@@ -539,7 +539,7 @@
/* will we use "locale -a" in pg_import_system_collations? */
-#if defined(HAVE_LOCALE_T) && !defined(WIN32)
+#if defined(HAVE_LOCALE_T) && !defined(WIN32) && !defined(__ANDROID__)
#define READ_LOCALE_A_OUTPUT
#endif