More cosmetic than anything else. The description in findstring.patch was duplicated, postgresql-9.6.1 references confusing. Timestamps are not needed, that's what git blame is for.
12 lines
274 B
Diff
12 lines
274 B
Diff
--- a/src/include/fe_utils/print.h
|
|
+++ b/src/include/fe_utils/print.h
|
|
@@ -18,7 +18,7 @@
|
|
|
|
/* This is not a particularly great place for this ... */
|
|
#ifndef __CYGWIN__
|
|
-#define DEFAULT_PAGER "more"
|
|
+#define DEFAULT_PAGER "less"
|
|
#else
|
|
#define DEFAULT_PAGER "less"
|
|
#endif
|