Re: resultmap for OpenUNIX 8 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: resultmap for OpenUNIX 8
Date
Msg-id 200108260055.f7Q0tUo15266@candle.pha.pa.us
Whole thread Raw
In response to resultmap for OpenUNIX 8  (Larry Rosenman <ler@lerctr.org>)
List pgsql-patches
Patch applied.  Thanks.

>
> Here is a patch to the resultmap to make the regression tests work on
> OU8.
>
>
> Index: resultmap
> ===================================================================
> RCS file: /home/projects/pgsql/cvsroot/pgsql/src/test/regress/resultmap,v
> retrieving revision 1.48
> diff -c -r1.48 resultmap
> *** resultmap    2001/08/06 21:55:14    1.48
> --- resultmap    2001/08/24 15:31:15
> ***************
> *** 2,8 ****
>   abstime/i.86-pc-solaris=abstime-solaris-1947
>   abstime/sparc-sun-solaris=abstime-solaris-1947
>   abstime/.*-sco=abstime-solaris-1947
> ! abstime/.*-sysv5uw=abstime-solaris-1947
>   float4/.*-qnx=float4-exp-three-digits
>   float8/.*-freebsd=float8-small-is-zero
>   float8/i.86-.*-openbsd=float8-small-is-zero
> --- 2,8 ----
>   abstime/i.86-pc-solaris=abstime-solaris-1947
>   abstime/sparc-sun-solaris=abstime-solaris-1947
>   abstime/.*-sco=abstime-solaris-1947
> ! abstime/.*-sysv5=abstime-solaris-1947
>   float4/.*-qnx=float4-exp-three-digits
>   float8/.*-freebsd=float8-small-is-zero
>   float8/i.86-.*-openbsd=float8-small-is-zero
> ***************
> *** 18,25 ****
>   geometry/sparc-.*-openbsd=geometry-positive-zeros
>   geometry/.*-irix6=geometry-irix
>   geometry/.*-netbsd=geometry-positive-zeros
> ! geometry/.*-sysv5uw7.*:cc=geometry-uw7-cc
> ! geometry/.*-sysv5uw7.*:gcc=geometry-uw7-gcc
>   geometry/alpha.*-dec-osf=geometry-alpha-precision
>   geometry/hppa=geometry-positive-zeros
>   geometry/i.86-.*-gnulibc=geometry-i86-gnulibc
> --- 18,25 ----
>   geometry/sparc-.*-openbsd=geometry-positive-zeros
>   geometry/.*-irix6=geometry-irix
>   geometry/.*-netbsd=geometry-positive-zeros
> ! geometry/.*-sysv5.*:cc=geometry-uw7-cc
> ! geometry/.*-sysv5.*:gcc=geometry-uw7-gcc
>   geometry/alpha.*-dec-osf=geometry-alpha-precision
>   geometry/hppa=geometry-positive-zeros
>   geometry/i.86-.*-gnulibc=geometry-i86-gnulibc
> ***************
> *** 38,48 ****
>   horology/hppa=horology-no-DST-before-1970
>   horology/i.86-pc-solaris=horology-solaris-1947
>   horology/sparc-sun-solaris=horology-solaris-1947
> ! horology/.*-sysv5uw=horology-solaris-1947
>   horology/.*-sco=horology-solaris-1947
>   int8/.*-qnx=int8-exp-three-digits
>   tinterval/alpha.*-dec-osf=tinterval-solaris-1947
>   tinterval/i.86-pc-solaris=tinterval-solaris-1947
>   tinterval/sparc-sun-solaris=tinterval-solaris-1947
> ! tinterval/.*-sysv5uw=tinterval-solaris-1947
>   tinterval/.*-sco=tinterval-solaris-1947
> --- 38,48 ----
>   horology/hppa=horology-no-DST-before-1970
>   horology/i.86-pc-solaris=horology-solaris-1947
>   horology/sparc-sun-solaris=horology-solaris-1947
> ! horology/.*-sysv5=horology-solaris-1947
>   horology/.*-sco=horology-solaris-1947
>   int8/.*-qnx=int8-exp-three-digits
>   tinterval/alpha.*-dec-osf=tinterval-solaris-1947
>   tinterval/i.86-pc-solaris=tinterval-solaris-1947
>   tinterval/sparc-sun-solaris=tinterval-solaris-1947
> ! tinterval/.*-sysv5=tinterval-solaris-1947
>   tinterval/.*-sco=tinterval-solaris-1947
> --
> Larry Rosenman                     http://www.lerctr.org/~ler
> Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: JDBC patch (attempt#2) for util.Serialize and jdbc2.PreparedStatement
Next
From: Rene Pijlman
Date:
Subject: JDBC Statement.executeBatch patch