Re: PostgreSQL Developer meeting minutes up

Поиск
Список
Период
Сортировка
От Aidan Van Dyk
Тема Re: PostgreSQL Developer meeting minutes up
Дата
Msg-id 20090603155249.GO23972@yugib.highrise.ca
обсуждение исходный текст
Ответ на Re: PostgreSQL Developer meeting minutes up  (Marko Kreen <markokr@gmail.com>)
Список pgsql-hackers
* Marko Kreen <markokr@gmail.com> [090603 11:28]:
> I'm not certain, but I remember using cherry pick and seeing
> several commits in result.  This seems to be a point that needs
> to be checked.

I'm not sure what you're recalling, but git cherry-pick takes a single
commit, and applies it as a single commit (or, with -n, doesn't actually
commit it).  That's what it does... There are various *other* tools (like
rebase, am, cherry, etc) which operate on "sets" of commits.

-- 
Aidan Van Dyk                                             Create like a god,
aidan@highrise.ca                                       command like a king,
http://www.highrise.ca/                                   work like a slave.

В списке pgsql-hackers по дате отправления:

Предыдущее
От: flippo00110001
Дата:
Сообщение: Postgres delays function returning large set of data
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH v2] Add bit operations util header