Re: [BUGS] BUG #3413: character string or multibyte character to "char"

2007-06-26 Thread Toru SHIMOGAKI
This is a sample patch for charin() and charrecv(). I'm not sure for charout(); it can return non-ASCII character... Toru SHIMOGAKI wrote: > The following bug has been logged online: > > Bug reference: 3413 > Logged by: Toru SHIMOGAKI > Email address:

[BUGS] BUG #3413: character string or multibyte character to "char"

2007-06-26 Thread Toru SHIMOGAKI
The following bug has been logged online: Bug reference: 3413 Logged by: Toru SHIMOGAKI Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4 Operating system: Red Hat Enterprise Linux AS4 Description:character string or multibyte character to "char&quo

Re: [HACKERS] [PATCHES] [BUGS] BUG #2704: pg_class.relchecks overflow

2006-11-12 Thread Toru SHIMOGAKI
eason that we don't fix it? Best regards, -- Toru SHIMOGAKI<[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [BUGS] BUG #2704: pg_class.relchecks overflow problem

2006-10-24 Thread Toru SHIMOGAKI
How about this patch? Of course, it might be a rare case that such check is necessary... Toru SHIMOGAKI wrote: > The following bug has been logged online: > > Bug reference: 2704 > Logged by: Toru SHIMOGAKI > Email address: [EMAIL PROTECTED] > Postgre

[BUGS] BUG #2704: pg_class.relchecks overflow problem

2006-10-17 Thread Toru SHIMOGAKI
The following bug has been logged online: Bug reference: 2704 Logged by: Toru SHIMOGAKI Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4 Operating system: Red Hat Enterprise Linux AS 4 Description:pg_class.relchecks overflow problem Details: Hi

[BUGS] BUG #2671: incorrect return value by RULE

2006-10-03 Thread Toru SHIMOGAKI
The following bug has been logged online: Bug reference: 2671 Logged by: Toru SHIMOGAKI Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1.4/8.2beta1 Operating system: Red Hat Enterprise Linux AS4 Description:incorrect return value by RULE Details: Hi, all