Stephan Szabo <[EMAIL PROTECTED]> writes:
> On Thu, 14 Aug 2003, scott.marlowe wrote:
>> insert into test values ('20021131');
>> invalid input syntax for timestamp: "20021131"
>>
>> SQL92 and 99 say it should be:
>> data exception-datetime field overflow
> I don't think that's intended to be the
Kevin Houle <[EMAIL PROTECTED]> writes:
> The nature of the bug is that an 'lo_read' operation performed
> with DBD::Pg caused a segfault with postgresql-libs-7.3.2 and
> "hangs" on files >= 32768 bytes with postgresql-libs-7.3.4. The
> hang is actually a read() loop on the socket generating EAGAIN
Kevin Houle <[EMAIL PROTECTED]> writes:
>> Can you get us a gdb stack trace from the segfault cases?
> #36 0x40421712 in pqsecure_read () from /usr/lib/libpq.so.3
> #37 0x40421712 in pqsecure_read () from /usr/lib/libpq.so.3
> #38 0x40421712 in pqsecure_read () from /usr/lib/libpq.so.3
> #39 0x404
Kevin Houle <[EMAIL PROTECTED]> writes:
> Is it just me, or are both sides reading waiting for the other
> side to send data?
Sure looks like it. Could it be an OpenSSL bug?
regards, tom lane
---(end of broadcast)---
TIP 9:
POSTGRESQL BUG REPORT TEMPLATE
Your name : Richard Froud
Your email address : [EMAIL PROTECTED]
S
--On Friday, August 15, 2003 08:43:23 AM -0400 Tom Lane <[EMAIL PROTECTED]>
wrote:
Kevin Houle <[EMAIL PROTECTED]> writes:
The nature of the bug is that an 'lo_read' operation performed
with DBD::Pg caused a segfault with postgresql-libs-7.3.2 and
"hangs" on files >= 32768 bytes with postgresql-l
--On Friday, August 15, 2003 02:09:32 PM -0400 Tom Lane <[EMAIL PROTECTED]>
wrote:
In 7.3.2 pqsecure_read will recurse to self when SSL_read returns
SSL_ERROR_WANT_READ. I changed the recursion to a loop in 7.3.4.
Evidently, in 7.3.2 it's possible for the recursion to overflow your
alloted stack
The following table was created in PostgreSQL 7.3.4
create table dummy_groupmember_is_admin
(bemerkung varchar(20));
GRANT SELECT, UPDATE, INSERT ON dummy_groupmember_is_admin TO GROUP admin;
REVOKE ALL ON dummy_groupmember_is_admin FROM cb,postgres;
If I read in the dumpall from the PostgreSQL