Re: Patch for 7.1beta3 - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Patch for 7.1beta3
Date
Msg-id 200101290011.TAA16485@candle.pha.pa.us
Whole thread Raw
In response to Patch for 7.1beta3  (bruc@stone.congenomics.com (Robert E. Bruccoleri))
List pgsql-patches
Applied.

> The following patch is required for successful compilation on Irix.
>
> *** ./src/bin/pg_dump/pg_backup_archiver.c.~1~    Thu Dec  7 14:31:18 2000
> --- ./src/bin/pg_dump/pg_backup_archiver.c    Sun Jan 14 23:32:52 2001
> ***************
> *** 48,54 ****
>   static int        _tocSortCompareByOIDNum(const void *p1, const void *p2);
>   static int        _tocSortCompareByIDNum(const void *p1, const void *p2);
>   static ArchiveHandle*     _allocAH(const char* FileSpec, const ArchiveFormat fmt,
> !                 int compression, ArchiveMode mode);
>   static int         _printTocEntry(ArchiveHandle* AH, TocEntry* te, RestoreOptions *ropt);
>
>   static void        _reconnectAsOwner(ArchiveHandle* AH, const char *dbname, TocEntry* te);
> --- 48,54 ----
>   static int        _tocSortCompareByOIDNum(const void *p1, const void *p2);
>   static int        _tocSortCompareByIDNum(const void *p1, const void *p2);
>   static ArchiveHandle*     _allocAH(const char* FileSpec, const ArchiveFormat fmt,
> !                 const int compression, ArchiveMode mode);
>   static int         _printTocEntry(ArchiveHandle* AH, TocEntry* te, RestoreOptions *ropt);
>
>   static void        _reconnectAsOwner(ArchiveHandle* AH, const char *dbname, TocEntry* te);
>
>
> +----------------------------------+------------------------------------+
> | Robert E. Bruccoleri, Ph.D.      | Phone: 609 737 6383                |
> | President, Congenomics, Inc.     | Fax:   609 737 7528                |
> | 114 W Franklin Ave, Suite K1,4,5 | email: bruc@acm.org                |
> | P.O. Box 314                     | URL:   http://www.congen.com/~bruc |
> | Pennington, NJ 08534             |                                    |
> +----------------------------------+------------------------------------+
>


--
  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: bruc@stone.congenomics.com (Robert E. Bruccoleri)
Date:
Subject: Patch for 7.1beta3
Next
From: Ryan Kirkpatrick
Date:
Subject: A Sparc/Linux patch (for 7.1), and a Linux rc.d/init.d script....