X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=libs%2Fpostgresql%2Fpatches%2F800-busybox-default-pager.patch;h=3cd253238d2a1989c4ef8ebfab97409c21ec4a81;hp=11cc8efe021dc4723f6dc69cc99cd9c66d0f39eb;hb=7fbdd87db46696c16f7a967fe685825777fa5bb7;hpb=0ce9f5980b6f2b66e5e94fd65a81d79df710aad9 diff --git a/libs/postgresql/patches/800-busybox-default-pager.patch b/libs/postgresql/patches/800-busybox-default-pager.patch index 11cc8efe02..3cd253238d 100644 --- a/libs/postgresql/patches/800-busybox-default-pager.patch +++ b/libs/postgresql/patches/800-busybox-default-pager.patch @@ -1,8 +1,8 @@ ---- 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); +--- a/src/bin/psql/print.h ++++ b/src/bin/psql/print.h +@@ -171,10 +171,6 @@ extern void printQuery(const PGresult *r + extern void setDecimalLocale(void); + extern const printTextFormat *get_line_style(const printTableOpt *opt); -#ifndef __CYGWIN__ -#define DEFAULT_PAGER "more"