]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- fix LIMIT/OFFSET for null limit values
authorhawk <hawk@pld-linux.org>
Thu, 28 Dec 2006 13:12:36 +0000 (13:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2

Changed files:
    postgresql.spec -> 1.379

postgresql.spec

index 7b942a29c65de7c70420880044cea732f0b905b3..a6c07540d9a4a4fd287609936ebb1d5ca7a9c6f3 100644 (file)
@@ -21,7 +21,7 @@ Summary(uk):  PostgreSQL - 
 Summary(zh_CN):        PostgreSQL ¿Í»§¶Ë³ÌÐòºÍ¿âÎļþ
 Name:          postgresql
 Version:       8.2.0
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications/Databases
 Source0:       ftp://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
@@ -38,6 +38,7 @@ Patch2:               %{name}-version.patch
 Patch3:                %{name}-ecpg_link.patch
 Patch4:                %{name}-ecpg-includedir.patch
 Patch5:                %{name}-pg_ctl-fix.patch
+Patch6:                %{name}-LIMIT-fix.patch
 URL:           http://www.postgresql.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -798,6 +799,7 @@ bezpo
 %patch3 -p1
 %patch4 -p1
 %patch5 -p0
+%patch6 -p1
 
 %if %{with php}
 patch -p1 < plphp.patch
This page took 0.192551 seconds and 4 git commands to generate.