Re: [HACKERS] Re: [COMMITTERS] pgsql: setlocale() on Windows doesn't work correctly if the locale name

2011-04-19 Thread Hiroshi Inoue
(2011/04/20 12:25), Andrew Dunstan wrote: > > On 04/19/2011 09:42 PM, Hiroshi Inoue wrote: >> >> bootstrap_template1() in initdb runs the BKI script in bootstrap >> mode to create template1. Some symbols (LC_COLLATE, LC_CTYPE in >> pg_database etc) in the BKI sc

Re: [HACKERS] Re: [COMMITTERS] pgsql: setlocale() on Windows doesn't work correctly if the locale name

2011-04-19 Thread Hiroshi Inoue
(2011/04/20 9:22), Tom Lane wrote: > Hiroshi Inoue writes: >> (2011/04/16 2:56), Heikki Linnakangas wrote: >>> setlocale() on Windows doesn't work correctly if the locale name contains >>> apostrophes or dots. > >> As for apostrophes, isn't the

Re: [COMMITTERS] pgsql: setlocale() on Windows doesn't work correctly if the locale name

2011-04-19 Thread Hiroshi Inoue
As the bug reporter mentions, initdb loses the single quote in reality. Concretely speaking, scanstr() called from bootscanner.l loses it. I'm not sure if it's suitable for the bootstrap code to call scanstr(). regards, Hiroshi Inoue > There isn't much hope of Microsoft fixing

Re: [COMMITTERS] pgsql: Explicitly bind gettext() to the UTF8 locale when in use.

2008-11-23 Thread Hiroshi Inoue
3 release. Attached is a simple patch to avoid the crash and enable the use of Japanese message catalog. Please apply the patch if there's no problem. regards, Hiroshi Inoue > Fixes crash with translated error messages per bugs 4180 > and 4196. > > Tom Lane > > Modified Files

Re: [HACKERS] Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory

2007-05-07 Thread Hiroshi Inoue
Joshua D. Drake wrote: Andrew Dunstan wrote: Hiroshi Inoue wrote: Maybe it's BSD which is different from the license of psqlodbc (LGPL). Is there no problem with their coexistence ? Or is it possible for psqlodbc to be LGPL entirely ? I am having difficulty in understanding wha

Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory

2007-05-07 Thread Hiroshi Inoue
Peter Eisentraut wrote: > Hiroshi Inoue wrote: >> I've not seen your reply yet. > > You keep sending your emails to randomly invented addresses, so I don't > get them. Must I mail them directly to you in the first place ? I'm sending the emails to pgsql-committ

Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory

2007-05-07 Thread Hiroshi Inoue
Maybe it's BSD which is different from the license of psqlodbc (LGPL). Is there no problem with their coexistence ? Or is it possible for psqlodbc to be LGPL entirely ? Thanks a lot. Hiroshi Inoue Jim Nasby wrote: On May 6, 2007, at 4:38 PM, Hiroshi Inoue wrote: Under what license is

Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory

2007-05-07 Thread Hiroshi Inoue
I've not seen your reply yet. Do you have a mind to cooperate with us ? I wrote: > Peter Eisentraut wrote: >> Hiroshi Inoue wrote: >>> Hiroshi Inoue wrote: >>>> User Petere wrote: >>>>> Log Message: >>>>> --- >>

Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory

2007-05-06 Thread Hiroshi Inoue
Peter Eisentraut wrote: > Hiroshi Inoue wrote: >> Hiroshi Inoue wrote: >>> User Petere wrote: >>>> Log Message: >>>> --- >>>> Put Autotools-generated files into subdirectory config/; add macro >>>> files used from P

Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory

2007-05-06 Thread Hiroshi Inoue
Hiroshi Inoue wrote: > User Petere wrote: >> Log Message: >> --- >> Put Autotools-generated files into subdirectory config/; add macro files >> used from PostgreSQL there so you don't need a PostgreSQL source tree to >> boots

Re: [COMMITTERS] psqlodbc - psqlodbc: Put Autotools-generated files into subdirectory

2007-05-04 Thread Hiroshi Inoue
User Petere wrote: > Log Message: > --- > Put Autotools-generated files into subdirectory config/; add macro files > used from PostgreSQL there so you don't need a PostgreSQL source tree to > bootstrap the code. > > Added Files: > --- > psqlodbc/config: > general.m4

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-29 Thread Hiroshi Inoue
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > > Hiroshi Inoue <[EMAIL PROTECTED]> writes: > > But you were able to tell me when you would commit the > > change, weren't you ? In the first place this issue was > > started from y

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-29 Thread Hiroshi Inoue
Tom Lane wrote: > > "Hiroshi Inoue" <[EMAIL PROTECTED]> writes: > > Though there has been no discussion like discussion on this > > item between Tom and me, his code is already there. > > Is it reasonbale ? As I already mentioned many m

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-28 Thread Hiroshi Inoue
"Marc G. Fournier" wrote: > > On Mon, 29 Sep 2003, Hiroshi Inoue wrote: > > > He also ignored my question about "2 phase commit" in pgsql-hackers, for > > example. > > Actually, I've been following that thread pretty close

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-28 Thread Hiroshi Inoue
Bruce Momjian wrote: > > Hiroshi Inoue wrote: > > > > Personal issue ? > > > > Are you going to dodge the issue ? > > > > > > Hiroshi, Tom already apologized for doing this without prior > > > discussion. > >

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-28 Thread Hiroshi Inoue
> -Original Message- > From: Bruce Momjian [mailto:[EMAIL PROTECTED] > > Hiroshi Inoue wrote: > > > -Original Message- > > > From: Tom Lane [mailto:[EMAIL PROTECTED] > > > > > > "Hiroshi Inoue" <[EMAIL PROTECT

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-27 Thread Hiroshi Inoue
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > > "Hiroshi Inoue" <[EMAIL PROTECTED]> writes: > >> From: Tom Lane [mailto:[EMAIL PROTECTED] > >> Why? As far as I know, the modified code does everything you want. > >

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-26 Thread Hiroshi Inoue
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > > "Hiroshi Inoue" <[EMAIL PROTECTED]> writes: > >> Remove the 'index deactivation' code, since it provides > >> no useful protection in the shared- i

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-25 Thread Hiroshi Inoue
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > > "Hiroshi Inoue" <[EMAIL PROTECTED]> writes: > >> I committed the fixes a few minutes ago. I now actually > believe that > >> reindexing system tables works ;-) ... ho

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-24 Thread Hiroshi Inoue
l or patch. Is it wrong to believe I have a right to conitune the discussion ? regards, Hiroshi Inoue ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-23 Thread Hiroshi Inoue
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/22 22:51:09 Modified files: src/backend/catalog: index.c src/backend/commands: indexcmds.c Log message: Putting back the previous change must be the first thing. A

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-21 Thread Hiroshi Inoue
> -Original Message- > From: Marc G. Fournier [mailto:[EMAIL PROTECTED] > Sent: Sunday, September 21, 2003 6:45 AM > To: Hiroshi Inoue > Cc: 'Tom Lane'; [EMAIL PROTECTED] > Subject: Re: [COMMITTERS] pgsql-server/src/backend > catalog/index.c comma ... &g

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-20 Thread Hiroshi Inoue
> "Hiroshi Inoue" <[EMAIL PROTECTED]> writes: > > Why could you determine it ? Is PostgreSQL your system ? > > Well, if you prefer, we can have a discussion and vote about > it on pghackers. Oh discussion *first* is good but You committed *first*. So isn

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-19 Thread Hiroshi Inoue
> "Hiroshi Inoue" <[EMAIL PROTECTED]> writes: > >> I'd ask the question the other way: why would it be a good > >> idea to allow > >> this in REINDEX TABLE and not in the other two cases? And > >> did it really > >> work? >

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-19 Thread Hiroshi Inoue
> > "Hiroshi Inoue" <[EMAIL PROTECTED]> writes: > >> Log message: > >> Seems like a bad idea that REINDEX TABLE supports (or > >> thinks it does) > >> reindexing system tables without ignoring system > >> indexes, > >

Re: [COMMITTERS] pgsql-server/src/backend catalog/index.c comma ...

2003-09-19 Thread Hiroshi Inoue
gt; > Log message: > Seems like a bad idea that REINDEX TABLE supports (or > thinks it does) > reindexing system tables without ignoring system > indexes, Why ? regards. Hiroshi Inoue ---(end of broadcast)--- TIP 3: i