(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
(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
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
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
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
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
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
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:
>>>>> ---
>>
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
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
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
> -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
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
"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
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.
> >
> -Original Message-
> From: Bruce Momjian [mailto:[EMAIL PROTECTED]
>
> Hiroshi Inoue wrote:
> > > -Original Message-
> > > From: Tom Lane [mailto:[EMAIL PROTECTED]
> > >
> > > "Hiroshi Inoue" <[EMAIL PROTECT
> -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.
>
>
> -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
> -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
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
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
> -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
> "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
> "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?
>
>
> "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,
>
>
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
26 matches
Mail list logo