Re: Key management with tests

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Key management with tests
Дата
Msg-id 20210126161548.GA32305@momjian.us
обсуждение исходный текст
Ответ на Re: Key management with tests  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Key management with tests  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Mon, Jan 25, 2021 at 10:27:18PM -0500, Bruce Momjian wrote:
> On Mon, Jan 25, 2021 at 07:09:44PM -0500, Bruce Momjian wrote:
> > > May I suggest to use "git format-patch" to produce the patch files?  When
> > > working with a series like this, trying to do patch handling manually
> > > like you seem to be doing, is much more time-consuming and error prone.
> > > For example, with a branch containing individual commits, you could use 
> > >   git rebase -i origin/master -x "make install check-world"
> > > or similar, so that each commit is built and tested individually.
> > 
> > I used "git format-patch".  Are you asking for seven commits that then
> > generate seven files via one format-patch run?  Or is the primary issue
> > that you want compile testing for each patch?
> 
> The attached patch meets both criteria.  I also clarified the README on
> how initdb calls those functions.

This version fixes OpenSSL detection and improves docs for initdb
interactions.

-- 
  Bruce Momjian  <bruce@momjian.us>        https://momjian.us
  EDB                                      https://enterprisedb.com

  The usefulness of a cup is in its emptiness, Bruce Lee


Вложения

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Error on failed COMMIT
Следующее
От: Surafel Temesgen
Дата:
Сообщение: Re: FETCH FIRST clause PERCENT option