0605e9f2362c718869f7b871e73988d4c228ca53
[packages.git] / libs / postgresql / patches / 800-busybox-default-pager.patch
1 --- a/src/bin/psql/print.h
2 +++ b/src/bin/psql/print.h
3 @@ -89,10 +89,6 @@
4  
5  void           setDecimalLocale(void);
6  
7 -#ifndef __CYGWIN__
8 -#define DEFAULT_PAGER "more"
9 -#else
10  #define DEFAULT_PAGER "less"
11 -#endif
12  
13  #endif   /* PRINT_H */