Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA08905; Fri, 7 May 93 08:01:33 -0700
Date: Fri, 7 May 93 08:01:33 -0700
Message-Id: <9305071501.AA08905@postgres.Berkeley.EDU>
From: Glen Niebur <gln@hercules.mayo.edu>
Subject: SGI postgres 4.1
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu


I have 4.1 "running" on an SGI 4D/420.  It fails the regression test on
some points, but if i interactively type the queries, they execute.
The dynamic loader is a little queasy.  It loads text/data in to shared memory
segments, and never frees them, since i didn't feel like writing a really
good memory manager and valloc is not available.

I would be happy to tar this up and upload it to some public place if
someone can offer one.  We don't have an anonymous FTP at our site.

I have a couple of questions:

1.  The default scripts make postgres as an O-magic file (-N flag to ld).
    Why is this?  On an SGI, an O-magic file can not be run under UNIX.
    Is there something esoteric to be gained or lost by using this flag?

2.  In 4.0.1, postmaster and postgres were set uid files.  They aren't now.
    Any reason?

3.  I was tempted to add a _daemonize call at the top of postmaster.  Would
    that be a bad thing to do?  I can't see why postmaster should have a
    controlling terminal etc., but I assume you have your reasons...

Glen

Glen Niebur     | If i die today, i'll be the happy phantom
Mayo Clinic     | and i'll go chasing the nuns out in the yard.
Biomechanics Lab|
gln@mayo.edu    |            ~Tori Amos

