0587f35037f872d16d95b55ca881e38c70adafcd
[packages.git] / libs / postgresql / patches / 800-busybox-default-pager.patch
1 Index: postgresql-8.3.0/src/bin/psql/print.h
2 ===================================================================
3 --- postgresql-8.3.0.orig/src/bin/psql/print.h  2008-01-01 13:45:56.000000000 -0600
4 +++ postgresql-8.3.0/src/bin/psql/print.h       2008-02-06 16:29:56.000000000 -0600
5 @@ -89,10 +89,6 @@
6  
7  void           setDecimalLocale(void);
8  
9 -#ifndef __CYGWIN__
10 -#define DEFAULT_PAGER "more"
11 -#else
12  #define DEFAULT_PAGER "less"
13 -#endif
14  
15  #endif   /* PRINT_H */