Question about convert the binary WAL file

Поиск
Список
Период
Сортировка
От clipper tokyo
Тема Question about convert the binary WAL file
Дата
Msg-id 20050714063106.66741.qmail@web3103.mail.bbt.yahoo.co.jp
обсуждение исходный текст
Ответы Re: Question about convert the binary WAL file  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
<table width="100%"><tr><td><p>Hi, All<p>I am new to devolopment of code, so maybe the question is quit simple.<p>I am
tryingto write a tools to convert a binary WAL file to a text file.<p>I want to use ReadRecord to get the record from
thefile and use RmgrTable[record->xl_rmid].rm_desc to interpreter the content. But the problem is that both of them
arelocal functions and I can not use them directly, should I rewrite a copy of the functions?<p>BTW. how to use the
externdefinition in the header file, for my program is put into the contrib folder, and when I try to use some extern
definitionin the xlog.h, the compiler alway complain it can not find the objects.<p>Thanks a lot<br />
Clipper</td></tr></table><p><p><p><br/><hr size="1" /><a href="http://pr.mail.yahoo.co.jp/ondanka/"
target="_blank">Savethe earth</a> 

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: static genericcostestimate
Следующее
От: "Jeffrey W. Baker"
Дата:
Сообщение: Re: [PATCHES] O_DIRECT for WAL writes