| From: | Unprivileged user <nobody> |
|---|---|
| To: | pgsql-ports(at)postgresql(dot)org |
| Subject: | Port Bug Report: The postgres server crashes |
| Date: | 1999-01-07 01:35:01 |
| Message-ID: | 199901070135.UAA04502@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-ports |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Jixue Liu
Your email address : j(dot)liu(at)cis(dot)unisa(dot)edu(dot)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:
---------
--------------------------------------------------------------------------
| From | Date | Subject | |
|---|---|---|---|
| Next Message | The Hermit Hacker | 1999-01-07 02:30:57 | Re: [HACKERS] Re: [PORTS] vacuum takes too long |
| Previous Message | Bruce Momjian | 1999-01-07 00:50:37 | Re: [PORTS] vacuum takes too long |