Re: Meaning of .log_cnt? - Mailing list pgsql-general

From Ed L.
Subject Re: Meaning of .log_cnt?
Date
Msg-id 200304040920.10797.pgsql@bluepolka.net
Whole thread Raw
In response to Re: Meaning of .log_cnt?  (Richard Huxton <dev@archonet.com>)
Responses Re: Meaning of .log_cnt? (WRT REPLICATION)  (Richard Huxton <dev@archonet.com>)
Re: Meaning of .log_cnt?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Friday April 4 2003 9:12, Richard Huxton wrote:
>
> IIRC sequence numbers are handed out in batches rather than one at a
> time, to reduce contention between backends. I think this is the number
> of unused sequence numbers in the batch.

If you were wanting to sync a sequence on 2 separate dbs, as in master-slave
replication, log_cnt would not be a column you would care about?

Ed


pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: feature request - adding columns with default value
Next
From: "Ed L."
Date:
Subject: Re: dbmirror revisions