Re: Bugs in Postgres

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: "T(dot)Lingk" <std7107(at)et(dot)FH-Osnabrueck(dot)DE>, Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: Bugs in Postgres
Date: 2000-03-01 13:56:04
Message-ID: 38BD2174.8870B5D1@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thanks for the information Thorsten.

I'm forwarding this message to the "hackers" list for further comment.
afaik, the IPC issue on Solaris is a FAQ, and the fix requires
configuring IPC in the Sun kernel with sufficient size, or starting
Postgres with smaller buffers (see the docs on starting the
postmaster).

The plpgsql function problem sounds like an issue with an index on a
system table, and may have been fixed for the upcoming release, but I
don't recall anything specifically. Perhaps others will recall more
detail.

Regards.

- Thomas

> I encountered some problems during the use of of Postgres 6.5.3.
> I'm a student in Germany and I'm currently working on a project
> together with two other students. In our project we use Postgres
> as a database server.
>
> During our work we encountered two problems:
>
> - We removed an existing plpgsql-function from our database.
> After trying to re-create it, the postmaster printed a message
> like: "btree: unable to add item to the page". The only solution
> was to delete the entire database and to recreate it.
>
> - Postgres 6.5.3 has problems on sparc-sun-solaris2.7 systems.
> Compilation is successful and databases can be initialized, but
> starting the postmaster produces the following error message:
>
> IpcMemoryCreate: shmget failed (Invalid argument) key=7107001,
> size=1073152,
> permission=600
> FATAL 1: ShmemCreate: cannot create region
>
> This message does not occur under Linux.
>
> Let me know if you need further information to reproduce the bugs.
>
> yours,
> Thorsten Lingk

--
Thomas Lockhart lockhart(at)alumni(dot)caltech(dot)edu
South Pasadena, California

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-03-01 14:00:27 Re: [HACKERS] rpms
Previous Message Sergio A. Kessler 2000-03-01 13:38:40 rpms