mirror of
https://github.com/openwrt/packages.git
synced 2025-12-17 08:01:19 +00:00
postgresql: import from oldpackages, add myself as maintainer, add license information, update to v9.0.17
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
13
libs/postgresql/patches/800-busybox-default-pager.patch
Normal file
13
libs/postgresql/patches/800-busybox-default-pager.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
--- a/src/bin/psql/print.h
|
||||
+++ b/src/bin/psql/print.h
|
||||
@@ -171,10 +171,6 @@ extern void printQuery(const PGresult *r
|
||||
extern void setDecimalLocale(void);
|
||||
extern const printTextFormat *get_line_style(const printTableOpt *opt);
|
||||
|
||||
-#ifndef __CYGWIN__
|
||||
-#define DEFAULT_PAGER "more"
|
||||
-#else
|
||||
#define DEFAULT_PAGER "less"
|
||||
-#endif
|
||||
|
||||
#endif /* PRINT_H */
|
||||
Reference in New Issue
Block a user