Re: State of Beta 2

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: State of Beta 2
Дата
Msg-id 200309272144.h8RLiTJ14335@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: State of Beta 2  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: State of Beta 2  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
Re: State of Beta 2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > With all the discussion and pg_upgrade, I saw no one offer to work on
> > it.
> > Does someone want to convert it to Perl?  I think that would be a better
> > language than shell script for this purpose, and C is too low-level.
>
> The reason that it needs to be rewritten in C is that it needs access to
> internal stuff that the backend doesn't expose.  (For example, the
> transaction counter, end-of-WAL pointer, etc.)  I don't think Perl would
> offer anything except creating an entirely new dependency for Postgres.
> Also, C code would be easier to keep in sync with the backend code that
> accesses the same stuff.

True, but doing all that text manipulation is C is going to be very hard
to do and maintain.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: State of Beta 2
Следующее
От: Vincent Janelle
Дата:
Сообщение: Re: Can't Build 7.3.4 on OS X