Re: Patch for 7.1beta3

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: bruc(at)acm(dot)org
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch for 7.1beta3
Date: 2001-01-29 00:11:30
Message-ID: 200101290011.TAA16485@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)acm(dot)org |
> | P.O. Box 314 | URL: http://www.congen.com/~bruc |
> | Pennington, NJ 08534 | |
> +----------------------------------+------------------------------------+
>

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message John P Cavanaugh 2001-01-29 20:52:53 Allow Postgres to Host MS Project 2000
Previous Message Robert E. Bruccoleri 2001-01-28 23:32:13 Patch for 7.1beta3