Re: [BUGS] PG 7.3.1 with ssl on linux hangs (testcase available)

2003-08-04 Thread Tom Lane
Ah-hah, the problem is timing-dependent. I was able to reproduce it after I tried connecting from one machine to another. The patch against 7.3.4 is attached. regards, tom lane Index: fe-misc.c === RCS file:

Re: [BUGS] problem with libpq7.3.3/encrypted

2003-08-04 Thread Tom Lane
Andreas Pflug <[EMAIL PROTECTED]> writes: > I believe we have a problem with libpq 7.3.3 with encryption. I > currently don't have a 7.3.3/ssl system running, but this has been > reported by Christian Ruediger Bahls, who traced it, and Dave Page. > When running pgAdmin3 over a ssl encrypted conn

Re: [BUGS] Indexes not used for "min()"

2003-08-04 Thread Bruno Wolff III
On Tue, Jul 29, 2003 at 09:48:37 -0600, "Valsecchi, Patrick" <[EMAIL PROTECTED]> wrote: > > When doing the following query, it's obvious that postgres should use > the index: > > stats=# explain select min(time) from call; This has been discussed on the mailing lists numerous times. If you are

Re: [BUGS] html tarball not found in doc/Makefile

2003-08-04 Thread Tom Lane
garrick <[EMAIL PROTECTED]> writes: > Line 73 should have "$(srcdir)/postgres.tar.gz" instead of just > "postgres.tar.gz". Good catch --- thanks! Fixed for 7.4. regards, tom lane ---(end of broadcast)--- TIP 8: explain anal

Re: [BUGS] small bug in op + between datetime and integer

2003-08-04 Thread Bruce Momjian
I can verify this is an existing bug in CVS. --- Pavel Stehule wrote: > Hello > > It is maybe not bug, but I didn't find any warning about this behavior. > > select current_date + 1; -- ok > select 1 + current_date; -- n