packages/libs/postgresql/patches/800-busybox-default-pager.patch

16 lines
449 B
Diff
Raw Normal View History

Index: postgresql-8.2.5/src/bin/psql/print.h
===================================================================
--- postgresql-8.2.5.orig/src/bin/psql/print.h 2007-09-20 10:18:16.000000000 -0500
+++ postgresql-8.2.5/src/bin/psql/print.h 2007-09-20 10:18:17.000000000 -0500
@@ -88,10 +88,6 @@
void setDecimalLocale(void);
-#ifndef __CYGWIN__
-#define DEFAULT_PAGER "more"
-#else
#define DEFAULT_PAGER "less"
-#endif
#endif /* PRINT_H */