aboutsummaryrefslogtreecommitdiff
path: root/libs/postgresql/patches/800-busybox-default-pager.patch
blob: b1222cbd0d157490329cb04d9b1f97be03d9ab67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/src/include/fe_utils/print.h
+++ b/src/include/fe_utils/print.h
@@ -19,11 +19,7 @@
 
 
 /* This is not a particularly great place for this ... */
-#ifndef __CYGWIN__
-#define DEFAULT_PAGER "more"
-#else
 #define DEFAULT_PAGER "less"
-#endif
 
 enum printFormat
 {