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

14 lines
335 B
Diff
Raw Normal View History

--- postgresql-8.2.3/src/bin/psql/print.h.old 2007-04-09 16:49:24.297992000 -0500
+++ postgresql-8.2.3/src/bin/psql/print.h 2007-04-09 16:49:40.983034750 -0500
@@ -88,10 +88,6 @@
void setDecimalLocale(void);
-#ifndef __CYGWIN__
-#define DEFAULT_PAGER "more"
-#else
#define DEFAULT_PAGER "less"
-#endif
#endif /* PRINT_H */