Port Bug Report: The postgres server crashes

Поиск
Список
Период
Сортировка
От Unprivileged user
Тема Port Bug Report: The postgres server crashes
Дата
Msg-id 199901070135.UAA04502@hub.org
обсуждение исходный текст
Список pgsql-ports
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name        : Jixue Liu
Your email address    : j.liu@cis.unisa.edu.au

Category        : runtime: back-end: SQL
Severity        : serious

Summary: The postgres server crashes

System Configuration
--------------------
  Operating System   : Solaris 2.6.2

  PostgreSQL version : 6.0

  Compiler used      :

Hardware:
---------


Versions of other tools:
------------------------


--------------------------------------------------------------------------

Problem Description:
--------------------
After sending a select query with oid8out function in it,
 the server crashed.

--------------------------------------------------------------------------

Test Case:
----------
e.g.
create table cities (name text, population float, altitude int);
insert into cities values('x',1.2,100);
select oid8out(altitude) from cities;
now the server rashed.

The select query may not be correct, but the server should not crash,
instead, it should give a error message.


--------------------------------------------------------------------------

Solution:
---------


--------------------------------------------------------------------------


В списке pgsql-ports по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [PORTS] vacuum takes too long
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] Re: [PORTS] vacuum takes too long