Re: decoding pg_log

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Ingram, Bryan" <BIngram(at)sixtyfootspider(dot)com>
Cc: "'pgsql-general(at)postgresql(dot)org'" <pgsql-general(at)postgresql(dot)org>
Subject: Re: decoding pg_log
Date: 2000-10-11 16:05:15
Message-ID: 23086.971280315@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ingram, Bryan" <BIngram(at)sixtyfootspider(dot)com> writes:
> Are there any existant utilities to decode pg_log?

No, but the format is brain-dead simple: two bits per transaction ID,
indexed from ID 0 if I recall correctly. See the access routines in
src/backend/access/transam/transsup.c for details of bit order etc.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Enrico Comini 2000-10-11 16:06:24 ACRONYM
Previous Message Adam Lang 2000-10-11 16:02:23 Re: ACRONYM