On Sat, Apr 14, 2012 at 2:28 PM, Jay Levitt wrote:
> Christopher Browne wrote:
>>
>> On Thu, Apr 12, 2012 at 6:11 PM, Jay Levitt wrote:
>>>
>>> Rather than extend the CF app into a trivial-patch workflow app, it might
>>> be
>>> worth looking at integrating it with github.
>>
>>
>> There's a relu
Jay Levitt writes:
> Alex wrote:
>> I didn't follow this whole thread, but have we considered Redmine[1]?
>
> As the resident "Ruby is shiny, let's do everything in Rails on my
> MacBook" guy, I'd like to make a statement against interest: I've
> tried Redmine a few times and it's been painful.
Robert Haas writes:
> The internal representation doesn't have to be (and certainly
> shouldn't be) numeric. But if you translate to numeric before
> returning the data to the user, then you have the freedom, in the
> future, to whack around the internal representation however you like,
> without
> I think this line needs some more thought:
>
>> -printf(_(" -m SHUTDOWN-MODE can be \"smart\", \"fast\", or
>> \"immediate\"\n"));
>> +printf(_(" -m, --mode SHUTDOWN-MODE can be \"smart\", \"fast\", or
>> \"immediate\"\n"));
>
> because it's not respecting the intended alignment
On Sat, Apr 14, 2012 at 9:54 AM, Peter Geoghegan wrote:
> On 10 April 2012 19:10, Tom Lane wrote:
>>> Hmm. Maybe we should think about numeric ms, which would have all the
>>> same advantages but without the round-off error.
>>
>> Color me unimpressed ... numeric calculations are vastly more exp
On Tue, Apr 10, 2012 at 8:43 PM, Greg Smith wrote:
> The main reason I worry about this is because of a very real chicken/egg
> problem here that I keep banging into. Since the commit standards for so
> many other open-source projects are low, there are a non trivial number of
> business people w
Heikki Linnakangas writes:
> 3. In the callback function, call a new function to set the domain to be
> used for the errcontext() calls in that callback:
> /* use the right domain to translate the errcontext() calls */
> set_errtextdomain();
> errcontext("PL/Perl anonymous cod
On Sat, Apr 14, 2012 at 12:15 PM, Peter Eisentraut wrote:
> On lör, 2012-04-14 at 08:23 -0400, Robert Haas wrote:
>> On Sat, Apr 14, 2012 at 3:27 AM, Pavel Stehule
>> wrote:
>> >> It has a lot of sense. Without it, it's very difficult to do logical
>> >> replication on a table with no primary k
Alex wrote:
I didn't follow this whole thread, but have we considered Redmine[1]?
As the resident "Ruby is shiny, let's do everything in Rails on my MacBook"
guy, I'd like to make a statement against interest: I've tried Redmine a few
times and it's been painful. Much of the codebase is depr
Christopher Browne wrote:
On Thu, Apr 12, 2012 at 6:11 PM, Jay Levitt wrote:
Rather than extend the CF app into a trivial-patch workflow app, it might be
worth looking at integrating it with github.
There's a reluctance to require a proprietary component that could
disappear on us without not
On 15.02.2012 20:13, Tom Lane wrote:
Heikki Linnakangas writes:
To fix this, we need to somehow pass the caller's text domain to
errcontext(). The most straightforward way is to pass it as an extra
argument. Ideally, errcontext() would be a macro that passes TEXTDOMAIN
to the underlying functio
On 14 April 2012 02:42, Greg Stark wrote:
> Is this not subject to the birthday paradox? If you have a given hash
> you're worried about a collision with then you have a
> one-in-four-billion chance. But if you have a collection of hashes and
> you're worried about any collisions then it only take
2012/4/14 Peter Eisentraut :
> On lör, 2012-04-14 at 08:23 -0400, Robert Haas wrote:
>> On Sat, Apr 14, 2012 at 3:27 AM, Pavel Stehule
>> wrote:
>> >> It has a lot of sense. Without it, it's very difficult to do logical
>> >> replication on a table with no primary key.
>> >>
>> >> (Whether or no
On lör, 2012-04-14 at 08:23 -0400, Robert Haas wrote:
> On Sat, Apr 14, 2012 at 3:27 AM, Pavel Stehule
> wrote:
> >> It has a lot of sense. Without it, it's very difficult to do logical
> >> replication on a table with no primary key.
> >>
> >> (Whether or not people should create such tables in
On 14 April 2012 15:58, Fujii Masao wrote:
> On Sat, Apr 14, 2012 at 4:16 AM, Thom Brown wrote:
>> I have a question though. What happens when this is set to "write"
>> (or "remote_write" as proposed) but it's being used on a standalone
>> primary? At the moment it's not documented what level o
On Sat, Apr 14, 2012 at 4:16 AM, Thom Brown wrote:
> On 13 April 2012 19:15, Kevin Grittner wrote:
>> Robert Haas wrote:
>>
>>> In my view, remote_write seems a lot more clear than write
>>
>> +1
>>
>> I sure didn't understand it to mean remote_write when I read the
>> subject line.
>
> Whatever
On Sat, Apr 14, 2012 at 10:28 AM, Fujii Masao wrote:
> On Sat, Apr 14, 2012 at 4:57 AM, Guillaume Lelarge
> wrote:
>> On 04/13/2012 08:15 PM, Kevin Grittner wrote:
>>> Robert Haas wrote:
In my view, remote_write seems a lot more clear than write
>>>
>>> +1
>>>
>>> I sure didn't understand i
On Sat, Apr 14, 2012 at 10:05 PM, Magnus Hagander wrote:
> On Sat, Apr 14, 2012 at 14:22, Robert Haas wrote:
>> On Sat, Apr 14, 2012 at 8:00 AM, Fujii Masao wrote:
>>> The column name of pg_stat_replication.backend_start is confusing because
>>> it's not the time when *backend* was started at al
Tatsuo Ishii writes:
> BTW, while editing the document, I noticed that pg_ctl.c's help
> message lacks some long options which are actually in the source code:
> '--timeout' and '--mode'. Included is the proposed patch to fix the
> problem. If there's no objection, I would like to commit it. Comm
On Sat, Apr 14, 2012 at 4:57 AM, Guillaume Lelarge
wrote:
> On 04/13/2012 08:15 PM, Kevin Grittner wrote:
>>
>> Robert Haas wrote:
>>
>>> In my view, remote_write seems a lot more clear than write
>>
>>
>> +1
>>
>> I sure didn't understand it to mean remote_write when I read the
>> subject line.
On 10 April 2012 19:10, Tom Lane wrote:
>> Hmm. Maybe we should think about numeric ms, which would have all the
>> same advantages but without the round-off error.
>
> Color me unimpressed ... numeric calculations are vastly more expensive
> than float, and where are you going to get timing data
On 14 April 2012 13:32, Greg Stark wrote:
> On Fri, Apr 13, 2012 at 7:01 PM, Peter Geoghegan
> wrote:
>> Well, timsort is specifically designed to take advantage of pre-sorted
>> data. It does appear to have a lot of traction, as wikipedia points
>> out:
>
> I hadn't heard of it. But reading up
On Sat, Apr 14, 2012 at 14:22, Robert Haas wrote:
> On Sat, Apr 14, 2012 at 8:00 AM, Fujii Masao wrote:
>> The column name of pg_stat_replication.backend_start is confusing because
>> it's not the time when *backend* was started at all. We should rename it to
>> "walsender_start" or "replication_
On Fri, Apr 13, 2012 at 7:01 PM, Peter Geoghegan wrote:
> Well, timsort is specifically designed to take advantage of pre-sorted
> data. It does appear to have a lot of traction, as wikipedia points
> out:
I hadn't heard of it. But reading up on it it does seem like a good
fit for us. It trades s
On Sat, Apr 14, 2012 at 3:27 AM, Greg Smith wrote:
> On 04/13/2012 06:22 PM, Tom Lane wrote:
>>
>> But (a) I *don't* want to seriously break things, and don't see a need
>> to; (b) interval is expensive and has got its own problems, notably an
>> internal limitation to usec resolution that we woul
On Sat, Apr 14, 2012 at 3:27 AM, Pavel Stehule wrote:
>> It has a lot of sense. Without it, it's very difficult to do logical
>> replication on a table with no primary key.
>>
>> (Whether or not people should create such tables in the first place
>> is, of course, beside the point.)
>
> I am not
On Sat, Apr 14, 2012 at 8:00 AM, Fujii Masao wrote:
> The column name of pg_stat_replication.backend_start is confusing because
> it's not the time when *backend* was started at all. We should rename it to
> "walsender_start" or "replication_start"?
walsenders are backends, of course. I think th
On Sat, Apr 14, 2012 at 7:25 AM, Fujii Masao wrote:
> On Sat, Apr 14, 2012 at 5:30 AM, Robert Haas wrote:
>> On Mon, Mar 12, 2012 at 10:34 PM, Fujii Masao wrote:
> I can see a usecase for having a pg_size_pretty(numeric) as an option.
> Not necessarily a very big one, but a >0 one.
Hi,
The column name of pg_stat_replication.backend_start is confusing because
it's not the time when *backend* was started at all. We should rename it to
"walsender_start" or "replication_start"?
Regards,
--
Fujii Masao
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To
On Sat, Apr 14, 2012 at 5:30 AM, Robert Haas wrote:
> On Mon, Mar 12, 2012 at 10:34 PM, Fujii Masao wrote:
I can see a usecase for having a pg_size_pretty(numeric) as an option.
Not necessarily a very big one, but a >0 one.
>>>
>>> +1.
>>
>> +1, too.
>
> I did some beautification of thi
>> --text-search-config option is missing in document too. Also pg_ctl's
>> long name options, such as --silent, are missing in document.
>
> Thanks for the info. I will add them as well unless someone beats me.
Done.
BTW, while editing the document, I noticed that pg_ctl.c's help
message lacks
On Apr 14, 2012 8:09 AM, "Peter Eisentraut" wrote:
>
> On tor, 2012-04-12 at 11:59 +0200, Magnus Hagander wrote:
> > The SELECT manpage has:
> >
> > and with_query is:
> >
> > with_query_name [ ( column_name [, ...] ) ] AS ( select | insert |
> > update | delete )
> >
> >
> > Should that list
Alex writes:
> Greg Smith writes:
>
>> On 04/14/2012 03:02 AM, Alex wrote:
>>> I didn't follow this whole thread, but have we considered Redmine[1]?
>>
>> It comes up every couple of years in contexts near this one, such as
>> http://wiki.postgresql.org/wiki/TrackerDiscussion
>
> Oh, I see. I
Greg Smith writes:
> On 04/14/2012 03:02 AM, Alex wrote:
>> I didn't follow this whole thread, but have we considered Redmine[1]?
>
> It comes up every couple of years in contexts near this one, such as
> http://wiki.postgresql.org/wiki/TrackerDiscussion
Oh, I see. I wonder maybe it is time to
On 04/14/2012 03:02 AM, Alex wrote:
I didn't follow this whole thread, but have we considered Redmine[1]?
It comes up every couple of years in contexts near this one, such as
http://wiki.postgresql.org/wiki/TrackerDiscussion
--
Greg Smith 2ndQuadrant USg...@2ndquadrant.com Baltimore,
2012/4/14 Robert Haas :
> On Fri, Apr 13, 2012 at 10:43 PM, Pavel Stehule
> wrote:
>>> Yeah. I think it would be a good idea for UPDATE and DELETE to expose
>>> a LIMIT option, but I can't really see the virtue in making that
>>> functionality available only through SPI.
>>
>> I don't agree - LI
On 04/13/2012 06:22 PM, Tom Lane wrote:
But (a) I *don't* want to seriously break things, and don't see a need
to; (b) interval is expensive and has got its own problems, notably an
internal limitation to usec resolution that we would not be able to get
rid of easily.
A straight float seems pre
Peter Eisentraut writes:
> On ons, 2012-04-11 at 23:30 -0400, Robert Haas wrote:
>> Now what would be sort of neat is if we had a way to keep all the
>> versions of patch X plus author and reviewer information, links to
>> reviews and discussion, etc. in some sort of centralized place.
>
> Well,
38 matches
Mail list logo