packages/libs/postgresql/patches/800-busybox-default-pager.patch
pavlov 34f1e5c248 update to postgresql 8.3 and refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10408 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-02-06 22:38:13 +00:00

16 lines
449 B
Diff

Index: postgresql-8.3.0/src/bin/psql/print.h
===================================================================
--- postgresql-8.3.0.orig/src/bin/psql/print.h 2008-01-01 13:45:56.000000000 -0600
+++ postgresql-8.3.0/src/bin/psql/print.h 2008-02-06 16:29:56.000000000 -0600
@@ -89,10 +89,6 @@
void setDecimalLocale(void);
-#ifndef __CYGWIN__
-#define DEFAULT_PAGER "more"
-#else
#define DEFAULT_PAGER "less"
-#endif
#endif /* PRINT_H */