summaryrefslogtreecommitdiff
path: root/databases/postgresql92/patches
diff options
context:
space:
mode:
authoradam <adam>2016-05-23 14:27:34 +0000
committeradam <adam>2016-05-23 14:27:34 +0000
commit7e33c2a9907f94b17bba58d29bde6fbc9043cea5 (patch)
tree97b64764022a18d08b0dde1821b0a2248df9b9a0 /databases/postgresql92/patches
parent2e2842287e33f1bdc600dba55cc671aeb7b601bd (diff)
downloadpkgsrc-7e33c2a9907f94b17bba58d29bde6fbc9043cea5.tar.gz
This release fixes a number of issues reported by users over the last two months. Most database administrators should plan to upgrade at the next available downtime, unless they have been affected directly by the fixed issues.
Diffstat (limited to 'databases/postgresql92/patches')
-rw-r--r--databases/postgresql92/patches/patch-src_interfaces_ecpg_pgtypeslib_interval.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql92/patches/patch-src_interfaces_ecpg_pgtypeslib_interval.c b/databases/postgresql92/patches/patch-src_interfaces_ecpg_pgtypeslib_interval.c
index c3c5a077fe1..79dd4080216 100644
--- a/databases/postgresql92/patches/patch-src_interfaces_ecpg_pgtypeslib_interval.c
+++ b/databases/postgresql92/patches/patch-src_interfaces_ecpg_pgtypeslib_interval.c
@@ -1,6 +1,6 @@
-$NetBSD: patch-src_interfaces_ecpg_pgtypeslib_interval.c,v 1.1 2015/01/23 15:06:01 joerg Exp $
+$NetBSD: patch-src_interfaces_ecpg_pgtypeslib_interval.c,v 1.2 2016/05/23 14:27:34 adam Exp $
---- src/interfaces/ecpg/pgtypeslib/interval.c.orig 2014-07-21 19:12:31.000000000 +0000
+--- src/interfaces/ecpg/pgtypeslib/interval.c.orig 2016-05-23 12:13:46.000000000 +0000
+++ src/interfaces/ecpg/pgtypeslib/interval.c
@@ -14,6 +14,10 @@
#include "pgtypes_error.h"
@@ -12,4 +12,4 @@ $NetBSD: patch-src_interfaces_ecpg_pgtypeslib_interval.c,v 1.1 2015/01/23 15:06:
+
/* copy&pasted from .../src/backend/utils/adt/datetime.c */
static int
- strtoi(const char *nptr, char **endptr, int base)
+ strtoint(const char *nptr, char **endptr, int base)