postgresql upgrade to 8.2.3, bringing in the server as well... this needs some data...
[openwrt/svn-archive/archive.git] / libs / postgresql / patches / 800-busybox-default-pager.patch
1 --- postgresql-8.2.3/src/bin/psql/print.h.old 2007-04-09 16:49:24.297992000 -0500
2 +++ postgresql-8.2.3/src/bin/psql/print.h 2007-04-09 16:49:40.983034750 -0500
3 @@ -88,10 +88,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 */