Re: Postgres 7 on IRIX

From: Pete Forman <gsez020(at)kryten(dot)bedford(dot)waii(dot)com>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-ports(at)hub(dot)org, PostgreSQL Webmaster <webmaster(at)postgresql(dot)org>
Subject: Re: Postgres 7 on IRIX
Date: 2000-10-16 07:43:52
Message-ID: 14826.45496.682711.599823@kryten.bedford.waii.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

The Hermit Hacker writes:
> On Fri, 13 Oct 2000, Bruce Momjian wrote:
>
> > > Sure. Perhaps you could check first if the result you got
> > > matches any of the other geometry output files.
> > >
> > > > Snapshot with my two patches builds and passes the runcheck
> > > > regression tests.
> > >
> > > Where are the patches?
> > >
> >
> > I think the patches list is stuck again. Marc?
>
> not that I can tell ... last one was from you last night, and I
> just sent a test through and it went through fine ... but, found a
> couple that I needed to approve. I'm going to remove some of teh
> checksum checks that are on the lists and see if it helps, as I've
> seen neither go thorugh, but were on hold due to checksum matches
> ...

I submitted three patches to pgsql-patches(at)postgresql(dot)org on Oct 13.
Only two have shown up on the web site. Even the mbox is missing the
second.

The missing patch is a one-liner, so here it is. I can resend the
whole bug report if wanted.

*** src/bin/pg_dump/pg_restore.c.orig Wed Aug 9 08:00:43 2000
--- src/bin/pg_dump/pg_restore.c Fri Oct 13 10:37:29 2000
***************
*** 88,94 ****

typedef struct option optType;

! #ifdef HAVE_GETOPT_H
struct option cmdopts[] = {
{ "clean", 0, NULL, 'c' },
{ "create", 0, NULL, 'C' },
--- 88,94 ----

typedef struct option optType;

! #ifdef HAVE_GETOPT_LONG
struct option cmdopts[] = {
{ "clean", 0, NULL, 'c' },
{ "create", 0, NULL, 'C' },

Here are some headers of the messages. It is the second, "Bug in
pg_restore.c", that is missing. I've had no messages back from mail
daemons.

Message-ID: <14822(dot)54934(dot)469674(dot)683766(at)kryten(dot)bedford(dot)waii(dot)com>
From: Pete Forman <gsez020(at)kryten(dot)bedford(dot)waii(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Add support for <xti.h>
Date: Fri, 13 Oct 2000 10:32:06 +0100 (BST)

Message-ID: <14822(dot)58242(dot)931615(dot)571964(at)kryten(dot)bedford(dot)waii(dot)com>
From: Pete Forman <gsez020(at)kryten(dot)bedford(dot)waii(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Bug in pg_restore.c
Date: Fri, 13 Oct 2000 11:27:14 +0100 (BST)

Message-ID: <14822(dot)60874(dot)529654(dot)921133(at)kryten(dot)bedford(dot)waii(dot)com>
From: Pete Forman <gsez020(at)kryten(dot)bedford(dot)waii(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Regression tests - expected file for IRIX geometry test
Date: Fri, 13 Oct 2000 12:11:06 +0100 (BST)

--
Pete Forman -./\.- Disclaimer: This post is originated
Western Geophysical -./\.- by myself and does not represent
pete(dot)forman(at)westgeo(dot)com -./\.- the opinion of Baker Hughes or
http://www.crosswinds.net/~petef -./\.- its divisions.

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Hector Sandoval 2000-10-16 07:55:10 SUCCESSFUL INSTALLATION
Previous Message Peter Eisentraut 2000-10-14 21:26:19 Re: Postgres 7 on IRIX