Re: [BUGS] DBD::Pg 'lo_read' fails on >= 32768 byte large objects

2003-08-22 Thread Tom Lane
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

Re: [BUGS] 7.3.4 patch for libpq SSL_read() problems?

2003-08-22 Thread Tom Lane
Brian Lindauer <[EMAIL PROTECTED]> writes: > In 7.3.4, calls to PQconsumeInput() hang when connecting over SSL, but > this appears to be fixed at the head of the cvs tree. Is there a patch, > or set of patches, I can apply to 7.3.4 to fix just the SSL problems? I > tried applying the patch to fe-

Re: [BUGS] postgresql 7.3.2 bug on date '1901-12-13' and '1901-12

2003-08-22 Thread Tom Lane
"ir. F.T.M. van Vugt bc." <[EMAIL PROTECTED]> writes: > free4testing=# select timestamptz '1901/12/13 23:59:59.9'; > timestamptz > --- > 1901-12-14 00:19:00+00:19 > (1 row) > Yes, that's a new timezone on the second case, indeed, probably a kind of > 'floa

Re: [BUGS] DDL and transactions

2003-08-22 Thread Tom Lane
sad <[EMAIL PROTECTED]> writes: > Dont you find curious a commiting of a DDL ? Only to someone who's used to inferior databases that cannot roll back DDL commands. regards, tom lane ---(end of broadcast)--- TIP 9: the planne

Re: [BUGS] Postgre connection management

2003-08-22 Thread Rod Taylor
On Thu, 2003-08-21 at 07:55, Annu Panesar wrote: > hi > i need help urgently to understand how postgres manages its connection > pool , how it manages deadlock . we are using postgres See http://www.postgresql.org/docs/7.3/static/explicit-locking.html Section 9.3.3 for DeadLocks. signature.asc D

[BUGS] DDL and transactions

2003-08-22 Thread sad
Why does a DDL command starts a transaction ?! try # set autommit=off; SET # create table a (i int); CREATE TABLE # create table b (i int); ERROR: current transaction is aborted, queries ignored until end of transaction block # commit; COMMIT # create table b (i int); CREATE TABLE # \d

Re: [BUGS] Postgre connection management

2003-08-22 Thread Bernd vd Brincken
Hello, Annu Panesar wrote: hi i need help urgently to understand how postgres manages its connection pool , how it manages deadlock . we are using postgres for our supply chain mgmt system and we are facding connectin related problems.. plz cud u direct me to some relevant res ources/urls

Re: [BUGS] postgresql 7.3.2 bug on date '1901-12-13' and '1901-12

2003-08-22 Thread Frank van Vugt
> anything I can verify on that one to help? free4testing=# select timestamptz('1901-12-14 0:0:0'); timestamptz - 1901-12-13 23:40:32 (1 row) Frank. ---(end of broadcast)--- TIP 9: the planner will ignore your desire t

Re: [BUGS] postgresql 7.3.2 bug on date '1901-12-13' and '1901-12

2003-08-22 Thread Frank van Vugt
> > anything I can verify on that one to help? > > "show time zone"? free4testing=# show time zone; TimeZone -- unknown (1 row) free4testing=# select now(); now --- 2003-08-22 14:36:17.994049+02 (1 row) The latter is what I meant by 'it seem

Re: [BUGS] postgresql 7.3.2 bug on date '1901-12-13' and '1901-12

2003-08-22 Thread Tom Lane
Frank van Vugt <[EMAIL PROTECTED]> writes: > At this moment, I still have that second server that's still showing the > problem, anything I can verify on that one to help? "show time zone"? regards, tom lane ---(end of broadcast)--

Fwd: Re: [BUGS] postgresql 7.3.2 bug on date '1901-12-13' and '1901-12

2003-08-22 Thread Frank van Vugt
Just verified this on another Slackware machine: (this one is a HP Netserver LH3) free4testing=# select version(); version PostgreSQL 7.3.3 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2