Update posgresql to 8.3.3 (#3591)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11727 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2008-07-06 17:31:31 +00:00
parent 7886748722
commit 86565f3658
4 changed files with 8 additions and 17 deletions

View File

@ -1,7 +1,5 @@
Index: postgresql-8.3.0/src/port/Makefile
===================================================================
--- postgresql-8.3.0.orig/src/port/Makefile 2008-02-06 16:27:48.000000000 -0600
+++ postgresql-8.3.0/src/port/Makefile 2008-02-06 16:28:18.000000000 -0600
--- a/src/port/Makefile
+++ b/src/port/Makefile
@@ -49,6 +49,7 @@
libpgport.a: $(OBJS)

View File

@ -1,7 +1,5 @@
Index: postgresql-8.3.0/src/bin/psql/print.h
===================================================================
--- postgresql-8.3.0.orig/src/bin/psql/print.h 2008-01-01 13:45:56.000000000 -0600
+++ postgresql-8.3.0/src/bin/psql/print.h 2008-02-06 16:29:56.000000000 -0600
--- a/src/bin/psql/print.h
+++ b/src/bin/psql/print.h
@@ -89,10 +89,6 @@
void setDecimalLocale(void);

View File

@ -1,7 +1,5 @@
Index: postgresql-8.3.0/src/backend/utils/adt/float.c
===================================================================
--- postgresql-8.3.0.orig/src/backend/utils/adt/float.c 2008-01-01 13:45:52.000000000 -0600
+++ postgresql-8.3.0/src/backend/utils/adt/float.c 2008-02-06 16:30:02.000000000 -0600
--- a/src/backend/utils/adt/float.c
+++ b/src/backend/utils/adt/float.c
@@ -71,7 +71,9 @@
static int float8_cmp_internal(float8 a, float8 b);