Re: [HACKERS] Problem with the constraints test and PRIMARY KEY on UnixWare 7.

From: David Hartwig <daveh(at)insightdist(dot)com>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Problem with the constraints test and PRIMARY KEY on UnixWare 7.
Date: 1998-09-08 17:32:20
Message-ID: 35F56A24.423B499A@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas G. Lockhart wrote:

> > This is the same problem as that has been pestering me for two weeks.
>
> Just a reminder: you aren't the only one :/
>
> > Billy, please try this simple test:
> > CREATE TABLE foo (bar int);
> > \d foo
> > CREATE INDEX foo_idx ON foo USING btree (bar);
> > \d foo
> > Is foo gone?
>
> Depending on the outcome, you will fall into one of three camps wrt
> indexing problems:
> 1) no problem, no matter what test you run (Bruce and FreeBSD)
> 2) problems at some level, but needing a slightly more complicated
> sequence of commands to get there (Tom, Tatsuo, and Linux, etc.)
> 3) problems with a very simple sequence of commands (David and AIX)
>
> Assuming that these all stem from a single underlying problem, then it
> seems that David's machine would have the fast-track on finding it,
> since he can provoke symptoms so easily. Unfortunately, none of those
> affected with the problem are familiar with the areas of code which are
> problematic.
>
> Does anyone else see the problem at David's level? Does anyone see these
> problems on anything other than Linux and Unixware? Does anyone see no
> problems on anything other than FreeBSD?
>
> There is another problem in the code wrt views and rules and freeing
> memory after a query. I'm starting to look at that one, figuring that it
> will be easier to track down and will reduce the number of problems we
> are trying to fight at one time.
>
> - Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Paul A Vixie 1998-09-08 17:35:57 Re: CIDR/IP types. Was: [GENERAL] big numbers
Previous Message David Hartwig 1998-09-08 17:13:48 Re: [HACKERS] Macro From Hell