Re: Fw: patch for pg_ctl.c to add windows service start-type

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Fw: patch for pg_ctl.c to add windows service start-type
Дата
Msg-id 1282250821-sup-8424@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Fw: patch for pg_ctl.c to add windows service start-type  (David Fetter <david@fetter.org>)
Ответы Re: Fw: patch for pg_ctl.c to add windows service start-type  (David Fetter <david@fetter.org>)
Re: Fw: patch for pg_ctl.c to add windows service start-type  (Quan Zongliang <quanzongliang@gmail.com>)
Список pgsql-hackers
Excerpts from David Fetter's message of jue ago 19 16:40:18 -0400 2010:
> On Thu, Aug 19, 2010 at 03:47:43PM -0400, Alvaro Herrera wrote:
> > Excerpts from David Fetter's message of jue ago 19 11:48:53 -0400 2010:
> > 
> > > +    <varlistentry>
> > > +     <term><option>-S <replaceable class="parameter"></replaceable></option></term>
> > 
> > You omitted the start-type inside the <replaceable> tag.  Also, the "a"
> > and "d" values seem to be accepted but not documented.
> 
> D'oh!  Changed patch enclosed.  Now in context format :)

Thanks.

Another thing -- why is there an enum at all?  Seems it'd be
simpler to assign the right value to the variable in the getopt() code
to start with.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Fw: patch for pg_ctl.c to add windows service start-type
Следующее
От: Robert Haas
Дата:
Сообщение: small typed-table bug in gram.y