"Takahiro Itagaki" wrote:
> Bug reference: 5487
> Logged by: Takahiro Itagaki
> Email address: itagaki.takah...@oss.ntt.co.jp
> Description:dblink failed with 63 bytes connection names
> Details:
>
> Contib/dblink module seems to have
The following bug has been logged online:
Bug reference: 5487
Logged by: Takahiro Itagaki
Email address: itagaki.takah...@oss.ntt.co.jp
PostgreSQL version: 9.0beta1
Operating system: Linux
Description:dblink failed with 63 bytes connection names
Details:
Contib
The following bug has been logged online:
Bug reference: 5458
Logged by: Takahiro Itagaki
Email address: itagaki.takah...@oss.ntt.co.jp
PostgreSQL version: 9.0beta1
Operating system: Linux (maybe ALL)
Description:Permission check is skipped by inheritance
Details
Tom Lane wrote:
> Takahiro Itagaki writes:
> > Thanks for the report! Please check whether the attached patch
> > is the correct fix. An additional regression test is included.
>
> That's going to provoke "uninitialized variable" compiler warnings,
>
ath" an _not_ with the current
> search path at the time pof creation.
Thanks for the report! Please check whether the attached patch
is the correct fix. An additional regression test is included.
Regards,
---
Takahiro Itagaki
NTT Open Source Software Center
create_function_with_sear
ating system: Window xp(sp2)
> >
> > BTW, your message comes from WSAENOBUFS (10055). The error could be
> > raised by various reasons. We need what you did when you receive
> > the message to research your problem.
Regards,
---
Takahiro Itagaki
NTT Open Source S
EOF on client connection
> 2010-04-20 00:55:47 LOG: could not receive data from client: the system
> lacked sufficient buffer space, or because a queue was full, could not
> perform the operation on a socket.
Regards,
---
Takahiro Itagaki
NTT Open Source Software Center
--
Sent
tabases
if you define a char version of ascii().
=# CREATE FUNCTION ascii(bpchar) RETURNS integer AS 'ascii' LANGUAGE internal;
=# SELECT ascii(cast(' ' as char(1)));
ascii
---
32
(1 row)
Do you know how the SQL standard mention the behavior? IMHO, postgres'
behavior
ot;, the syntax error is removed.
It will be improved in 9.0, the next release.
Ignore leading UTF-8-encoded Unicode byte-order marker in psql
http://developer.postgresql.org/pgdocs/postgres/release-9-0.html#AEN98917
Regards,
---
Takahiro Itagaki
NTT Open Source Software Center
--
Sent via pgsql
T" might be arguable.
Regards,
---
Takahiro Itagaki
NTT Open Source Software Center
PGMODULEEXPORT.patch
Description: Binary data
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
UTF-8 codepage cannot display any kanji characters. I'm not sure
what we can do to fix it ... some font settings in the registory?
Regards,
---
Takahiro Itagaki
NTT Open Source Software Center
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
f so, can we add
a "has_deferred_FKs()" check to the condition?
if ((!has_deferred_FKs(rel) ||
!TransactionIdIsCurrentTransactionId(...)) &&
RI_FKey_keyequal_upd_fk(...)
Regards,
---
Takahiro Itagaki
NTT Open Source Software Center
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Tom Lane wrote:
> Takahiro Itagaki writes:
> > I found pgbench sometimes receives responces of "UPDATE 0" from HEAD server.
> > When I re-tested pgbench with 8.4.2 server, all of the results were "UPDATE
> > 1".
> > Are there known issues in
ench.
There were differences in 'calls' and 'rows' fields in it, but
it should be same because pgbench always updates a row per query.
Regards,
---
Takahiro Itagaki
NTT Open Source Software Center
pgbench_debug.patch
Description: Binary data
--
Sent via pgsql-bugs m
14 matches
Mail list logo