Re: PG 7.1.3 & MacOS X (10.1)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Ruprecht <chrup999(at)yahoo(dot)com>
Cc: PostGreSQL Admin Group <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PG 7.1.3 & MacOS X (10.1)
Date: 2001-10-27 00:25:30
Message-ID: 29538.1004142330@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-ports

Chris Ruprecht <chrup999(at)yahoo(dot)com> writes:
> I got the postmaster up just fine, too. Then, when I tried 'createdb
> msms' I got an error that the backend has disconnected - the
> postmaster was still up though.
> When I tried again, I got messages that the directory I was trying to
> create already existed. I tried this a few times to no avail.

A guess is that there's some sort of problem with the
system("cp -r ....")
call that CREATE DATABASE uses to copy template1. But I don't see why
that'd cause a backend crash. You'll need to trace through the code to
learn more, in any case. Look in src/backend/commands/dbcommands.c.

BTW, although PG 7.1 is reported to run okay under 10.0.4, we have
heard unconfirmed reports that it needs patches for 10.1. You might
want to look around for those before proceeding.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Stuart Bishop 2001-10-27 02:35:06 Re: PG 7.1.3 & MacOS X (10.1)
Previous Message Chris Ruprecht 2001-10-26 23:26:06 PG 7.1.3 & MacOS X (10.1)

Browse pgsql-ports by date

  From Date Subject
Next Message Bill Nowicki 2001-10-27 00:49:10 MIPS 3.0 compiler?
Previous Message Chris Ruprecht 2001-10-26 23:26:06 PG 7.1.3 & MacOS X (10.1)