what does this mean: "running xacts with xcnt == 0"

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: what does this mean: "running xacts with xcnt == 0"
Date: 2014-11-12 14:03:40
Message-ID: 546368BC.3020209@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Could someone translate this detail message to English:

ereport(LOG,
(errmsg("logical decoding found consistent point at %X/%X",
(uint32) (lsn >> 32), (uint32) lsn),
errdetail("running xacts with xcnt == 0")));

(or downgrade to debug message, if appropriate)?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-11-12 14:09:32 Re: what does this mean: "running xacts with xcnt == 0"
Previous Message Ants Aasma 2014-11-12 13:28:53 Re: Failback to old master