Re: pgsql: Add pg_alterckey utility to change the cluster key

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql: Add pg_alterckey utility to change the cluster key
Дата
Msg-id 20201226034037.GG19054@momjian.us
обсуждение исходный текст
Ответ на Re: pgsql: Add pg_alterckey utility to change the cluster key  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On Fri, Dec 25, 2020 at 10:36:55PM -0500, Tom Lane wrote:
> Bruce Momjian <bruce@momjian.us> writes:
> > Add pg_alterckey utility to change the cluster key
> 
> > Modified Files
> > --------------
> > doc/src/sgml/ref/pg_alterkey.sgml   | 186 ++++++++++
> 
> 1. I wonder why this file is "pg_alterkey.sgml" when the
> program it documents is pg_alterckey.

Oh, mistake then, will fix.
> 
> 2. Regardless of name, this file is dead code because you did not
> hook it into the documentation infrastructure.

Wow, another issue.

> 3. The buildfarm says this commit is (still) busted on Win32.
> 
> Possibly these commits need more review than you think.

I am fixing those now.  It is a sleep() and ifdef-inside-macro problem.

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

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




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add pg_alterckey utility to change the cluster key
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: pg_alterckey: adjust doc build and Win32 sleep/open build fails