From: | Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | psql bug in 7.2 beta1 |
Date: | 2001-10-29 06:40:33 |
Message-ID: | 20011029154033L.t-ishii@sra.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
I found a nasty bug in psql which causes the regression test failed.
The bug is a illegal call to calloc with 0 element parameter. Note
that it only shows up with MB enabled. Also calloc on some platforms
seem to accept such a parameters (I found the bug on AIX 5L).
For those who are doing the beta test, patches against beta1 included.
Attachment | Content-Type | Size |
---|---|---|
psql.patch.gz | application/octet-stream | 370 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Hannu Krosing | 2001-10-29 07:32:46 | Re: [HACKERS] What about CREATE OR REPLACE FUNCTION? |
Previous Message | Hiroshi Inoue | 2001-10-29 06:40:00 | Re: planner/optimizer question |