Wow, that is significantly different. Thanks.
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.
Andrew Dunstan wrote:
Bruce Momjian said:
Shame we had to duplicate CopyReadLine() in a sense.
If you can find a clean way to merge them please do - I'll be very grateful.
My head started to spin when I tried. In general I dislike having more than
2 or 2 levels of logic in a given piece o
Bruce Momjian wrote:
> Peter Eisentraut wrote:
> > Bruce Momjian wrote:
> > > It also adds some missing gettext usage, particularly in src/port and
> > > interfaces/ecpg.
> >
> > ecpg has no translation support, so that would be pretty pointless.
>
> Well, gettext is coming into ecpglib via a sym
Applied.
---
Bruce Momjian wrote:
> Nicolai Tufar wrote:
> > Hello all,
> >
> > I would like to submit my changes to src/port/snprintf.c to
> > enable %n$ format placeholder replacement in snprintf() and
> > vsnprintf(). Ad
Andrew Dunstan wrote:
> Bruce Momjian said:
> >
> > Shame we had to duplicate CopyReadLine() in a sense.
> >
> >
>
>
> If you can find a clean way to merge them please do - I'll be very grateful.
> My head started to spin when I tried. In general I dislike having more than
> 2 or 2 levels of log
Bruce Momjian said:
>
> Shame we had to duplicate CopyReadLine() in a sense.
>
>
If you can find a clean way to merge them please do - I'll be very grateful.
My head started to spin when I tried. In general I dislike having more than
2 or 2 levels of logic in a given piece of code.
cheers
andr
Shame we had to duplicate CopyReadLine() in a sense.
Your patch has been added to the PostgreSQL unapplied patches list at:
http://momjian.postgresql.org/cgi-bin/pgpatches
It will be applied as soon as one of the PostgreSQL committers reviews
and approves it.
-
On Sun, 2005-02-20 at 13:08 -0500, Bruce Momjian wrote:
> Bruno Wolff III wrote:
> > On Sun, Feb 20, 2005 at 09:43:11 -0500,
> > Bruce Momjian wrote:
> > >
> > > We regularly have people on IRC who delete data and then want to recover
> > > it.
That is (one of) the purpose(s) of PITR.
> By
There is special code in the send_message_to_server_log
>>>
>>>function to make
>>>
sure it's written directly to the file.
>>>
>>>If the logger is complaining, it's quite possibly because it's
>>>unable to
>>>write to its file. Now that you mention it, doesn't this
>code go into
>>>inf
On Mon, Feb 21, 2005 at 02:18:31PM -0500, Bruce Momjian wrote:
> David Fetter wrote:
> >
> > Please find enclosed a patch, per Dennis Bjrklund, that
> > uses -f for input files rather than <. This makes error messages,
> > &c. more expressive.
>
> Uh, how is it more expressive? The only differe
David Fetter wrote:
>
> Please find enclosed a patch, per Dennis Bjrklund, that uses -f for
> input files rather than <. This makes error messages, &c. more
> expressive.
Uh, how is it more expressive? The only difference I see is the line
numbers. Is that it?
--
Bruce Momjian
Tom Lane wrote:
> format of the pg_pwd and pg_group flat files: group membership has
> to be recorded in terms of user sysids not user names, so that we
> can avoid doing SysCache lookups in write_group_file. That's a
This also expands the problems of reusing user ids for deleted users,
but I agr
Tom Lane wrote:
> Comments? I personally think that this is too large a patch to risk
> committing into the 8.0 branch, but I suppose it depends on your
> level of concern about the XID wrap hazard. (The patch does appear
> to apply cleanly to the 8.0 branch, but I've not tested it there.)
> I'd
Bruce Momjian wrote:
Tom Lane wrote:
I think the only real effect of this patch will be to confuse people
who are reading the source code. tqual.c is already complicated and
fragile enough --- it doesn't need conditionally compiled "features"
that we can't even explain the use of.
I need a note s
Magnus Hagander wrote:
There is special code in the send_message_to_server_log
function to make
sure it's written directly to the file.
If the logger is complaining, it's quite possibly because it's
unable to
write to its file. Now that you mention it, doesn't this code go into
infinite recursi
15 matches
Mail list logo