Re: [PATCHES] Translation updates: pt_BR

2005-10-05 Thread Peter Eisentraut
Euler Taveira de Oliveira wrote: > Yeah. I'm subscribed. I took a look at it and saw that I can't update > older branches. How can we "fix" it? If you want we could also replicate the older branches in the pgtranslation repository. Is there interest in that? -- Peter Eisentraut http://develope

Re: [PATCHES] Translation updates: pt_BR

2005-10-05 Thread Euler Taveira de Oliveira
Hi Peter, > > If you want we could also replicate the older branches in the > pgtranslation repository. Is there interest in that? > I think so. At least those branches that are maintained yet. Euler Taveira de Oliveira euler[at]yahoo_com_br __

[PATCHES] Fix for file names with spaces

2005-10-05 Thread Bruce Momjian
Sorry, this is the same patch with the proper subject line. --- Bruce Momjian wrote: > > Patch applied. Thanks. > > --- > > > Bruce Momjian wrote:

Re: [PATCHES] [HACKERS] Found small issue with OUT params

2005-10-05 Thread Bruce Momjian
Patch applied. Thanks. --- Bruce Momjian wrote: > > Oh, good, I missed that patch. > > Your patch has been added to the PostgreSQL unapplied patches list at: > > http://momjian.postgresql.org/cgi-bin/pgpatches >

Re: [PATCHES] Fix for file names with spaces

2005-10-05 Thread Tom Lane
Bruce Momjian writes: > Sorry, this is the same patch with the proper subject line. Why does this patch convert '\' to '\\' and not to '/' ? AFAICS that does nothing except to make the code more fragile. regards, tom lane ---(end of broadcast)

Re: [PATCHES] Fix for file names with spaces

2005-10-05 Thread Dave Page
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > Sent: 05 October 2005 16:31 > To: Dave Page > Cc: Bruce Momjian; PostgreSQL-patches > Subject: Re: [PATCHES] Fix for file names with spaces > > "Dave Page" writes: > >> Why does this patch convert '\' to '\\' and not t

Re: [PATCHES] Fix for file names with spaces

2005-10-05 Thread Tom Lane
"Dave Page" writes: >> Why does this patch convert '\' to '\\' and not to '/' ? > Because support on Windows for / is somewhat inconsistent outside of the > Msys shell. Do we care about that for the purposes that pg_config will be used for? It seems more likely to me that emitting \\ will break

Re: [PATCHES] Fix for file names with spaces

2005-10-05 Thread Dave Page
> -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > Sent: 05 October 2005 16:08 > To: Bruce Momjian > Cc: PostgreSQL-patches; Dave Page > Subject: Re: [PATCHES] Fix for file names with spaces > > Bruce Momjian writes: > > Sorry, this is the same patch with the proper su

Re: [PATCHES] cleanup log_disconnections()

2005-10-05 Thread Neil Conway
On Mon, 2005-03-10 at 12:28 -0400, Qingqing Zhou wrote: > Ooops, this wording change is inconsistent with Log_connections, so I > reverted it. Updated patch is attached. Other inconsistencies: - the patch prints a trailing comma when remote->port is the empty string - the patch separates the ele

Re: [PATCHES] cleanup log_disconnections()

2005-10-05 Thread Qingqing Zhou
"Neil Conway" <[EMAIL PROTECTED]> wrote > > Other inconsistencies: > > - the patch prints a trailing comma when remote->port is the empty > string > > - the patch separates the elements of the ereport() line with commas, > whereas the original behavior was to use a single space as a separator > >