Re: backup WAL files,

Поиск
Список
Период
Сортировка
От Sebastian Reitenbach
Тема Re: backup WAL files,
Дата
Msg-id 20080116074503.E077A3AEB1@smtp.l00-bugdead-prods.de
обсуждение исходный текст
Ответ на backup WAL files,  ("Sebastian Reitenbach" <sebastia@l00-bugdead-prods.de>)
Список pgsql-admin
Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Tom Davies <tgdavies@gmail.com> writes:
> > On 16/01/2008, at 2:41 AM, Tom Lane wrote:
> >> You definitely should not expect to convert the names to integers.
>
> > Presumably you can convert them to 96 bit integers? i.e. they are
> > always strings of hex characters?
>
> You could, but in most scripting languages I can think of, it'd be
> a lot easier just to treat them as strings.
yeah, I tried to convert the whole filename into an integer, and then
compare it, but the int was too large then, therefore I only took the last 9
hex digits and converted these.

Anybody knows in which source file the filename is generated, then I can
take a look by myself and get all the details how it is done?

thanks for your insights
Sebastian


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Backup of live database
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Backup of live database