Re: [BUGS] Array issue....

2011-02-14 Thread Tatsuhito Kasahara
check constraint abs_no_check LOCATION: ExecConstraints, execMain.c:2049 -- NTT OSS Center Tatsuhito Kasahara -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs

[BUGS] memory leaks? using savepoint

2010-12-15 Thread Tatsuhito Kasahara
) Should CopySnapshot() be performed in MessageContext ? Attached simple pathch to solve it... Best regards, -- NTT OSS Center Tatsuhito Kasahara kasahara.tatsuh...@oss.ntt.co.jp diff -rcN postgresql-8.3.12/src/backend/tcop/postgres.c postgresql-8.3.12_dev/src/backend/tcop/postgres.c *** postgresql

[BUGS] BUG #5691: Documentation typo ?

2010-10-04 Thread Tatsuhito Kasahara
The following bug has been logged online: Bug reference: 5691 Logged by: Tatsuhito Kasahara Email address: kasahara.tatsuh...@oss.ntt.co.jp PostgreSQL version: 9.0 Operating system: Any Description:Documentation typo ? Details: The following is a part of doc/src

Re: [BUGS] make_greater_string() does not return a string in some cases

2010-06-23 Thread Tatsuhito Kasahara
) === Is the idea reasonable ? Best regards, -- NTT OSS Center Tatsuhito Kasahara -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref

[BUGS] make_greater_string() does not return a string in some cases

2010-06-21 Thread Tatsuhito Kasahara
is chosen ! Total runtime: 22.626 ms (3 rows) === Attached patch solve above problem. Best regards, -- NTT OSS Center Tatsuhito Kasahara diff --git a/src/backend/utils/adt/selfuncs.c b/src/backend/utils/adt/selfuncs.c

[BUGS] dblink generates orphaned connections

2009-09-08 Thread Tatsuhito Kasahara
PQfinish(conn) in dblink_record_internal() when we use temporary connection. Attached the brief patch to avoid above problem. Best regards, -- Tatsuhito Kasahara kasahara.tatsuh...@oss.ntt.co.jp *** contrib/dblink/dblink.c.org 2009-09-09 13:54:35.0 +0900 --- contrib/dblink/dblink.c 2009

[BUGS] BUG #4244: ALTER TABLE ... NO INHERIT problem

2008-06-17 Thread Tatsuhito Kasahara
The following bug has been logged online: Bug reference: 4244 Logged by: Tatsuhito Kasahara Email address: [EMAIL PROTECTED] PostgreSQL version: 8.3.3 Operating system: RedHat Linux 5.2 Description:ALTER TABLE ... NO INHERIT problem Details: Hi. I performed

Re: [BUGS] BUG #4170: Rows estimation which are cast from TEXT is inaccurate.

2008-05-16 Thread Tatsuhito Kasahara
--- Seq Scan on test (cost=0.00..224.98 rows=63 width=8) (actual time=0.041..18.645 rows=60 loops=1) Filter: (id ('2008-5-14 00:01:00'::text)::timestamp without time zone) Total runtime: 18.706 ms (3 rows) = Best regards. -- Tatsuhito Kasahara [EMAIL

[BUGS] BUG #4076: IS NOT NULL (IS NULL) return wrong answer even where all fields are NULL(or NOT NULL).

2008-04-01 Thread Tatsuhito Kasahara
The following bug has been logged online: Bug reference: 4076 Logged by: Tatsuhito Kasahara Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.11 Operating system: Red Hat Enterprise Linux 5.1 Description:IS NOT NULL (IS NULL) return wrong answer even where all

Re: [BUGS] BUG #4076: IS NOT NULL (IS NULL) return wrong answer even where all fields are NULL(or NOT NULL).

2008-04-01 Thread Tatsuhito Kasahara
Tatsuhito Kasahara [EMAIL PROTECTED] -- Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs