Re: window function v03 against HEAD

From: "Hitoshi Harada" <umi(dot)tanuki(at)gmail(dot)com>
To: "David Fetter" <david(at)fetter(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: window function v03 against HEAD
Date: 2008-07-31 14:00:15
Message-ID: e08cc0400807310700n7baa7740rd1c388301509f0f3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2008/7/31 David Fetter <david(at)fetter(dot)org>:
> On Thu, Jul 31, 2008 at 02:46:29PM +0900, Hitoshi Harada wrote:
>> 2008/7/31 David Fetter <david(at)fetter(dot)org>:
>> > On Thu, Jul 31, 2008 at 02:12:26PM +0900, Hitoshi Harada wrote:
>> >> 2008/7/29 David Fetter <david(at)fetter(dot)org>:
>> >> > On Mon, Jul 28, 2008 at 07:25:55PM +0900, H.Harada wrote:
>> >> >> I happily announce that the first design of window function was
>> >> >> finished and the patch against HEAD is released online. See
>> >> >> http://umitanuki.net/pgsql/wfv03/design.html
>> >> >
>> >> > I've put up a git repository at
>> >> > <http://git.postgresql.org/?p=~davidfetter/window_functions/.git;a=summary>
>> >>
>> >> Thanks a lot.
>> >> I have tried to get clone from the URL but it didn't work.
>> >>
>> >> $ git-clone http://git.postgresql.org/git/~davidfetter/window_functions/.git
>> >> Initialized empty Git repository in /home/forcia/repo/window_functions/.git/
>> >> Getting alternates list for
>> >> http://git.postgresql.org/git/~davidfetter/window_functions/.git
>> >> Getting pack list for
>> >> http://git.postgresql.org/git/~davidfetter/window_functions/.git
>> >> Getting index for pack 0c6bd5d85a8e0c5e0dee1a4e91b6c2691cb53555
>> >> Getting pack 0c6bd5d85a8e0c5e0dee1a4e91b6c2691cb53555
>> >> which contains c13ba377a6e58a05b5d9e39e36674af42126d48d
>> >>
>> >> here it stops and tells nothing. This occurs on both Linux and
>> >> Windows clients.
>> >
>> > How long does it hang for?
>> >
>>
>> Sorry, finally I got it. It took about an hour...
>
> Sorry about that. Apparently, at least the way things are set up,
> there's a *lot* of history you can rewind. Further changes should
> move pretty quickly :)
>
> Cheers,
> David.
> --
> David Fetter <david(at)fetter(dot)org> http://fetter.org/
> Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
> Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
>
> Remember to vote!
> Consider donating to Postgres: http://www.postgresql.org/about/donate
>

Thankfully, I succeeded to learn about git and started to use it on my
local. Then I read through the -hackers list about it but some points
are still not clear.

- Am I eligible to push git.postgresql.org/git/~davidfetter/window_functions?
- Or to get qualified do I need to claim?
- The repositories on git.postgresql.org need reviewing for new
push/pull or is it free to push there? How is the developing flow?

I just got some message when tried pushing:

error: Cannot access URL
http://git.postgresql.org/git/~davidfetter/window_functions/.git/,
return code 22
error: failed to push some refs to
'http://git.postgresql.org/git/~davidfetter/window_functions/.git'

If possible, I would like an account to push for me.

Regards,

--
Hitoshi Harada

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2008-07-31 14:54:06 Dumping datconfig
Previous Message Andrew Sullivan 2008-07-31 08:39:47 Re: Should creating a new base type require superuser status?