Re: [GENERAL] xmin increasing within a transaction block? - Mailing list pgsql-general

From Luca Ferrari
Subject Re: [GENERAL] xmin increasing within a transaction block?
Date
Msg-id CAKoxK+66F7BQZXh=_ZM2nfZ_V1oD7K64z1fKMdguBqYShC0m2Q@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] xmin increasing within a transaction block?  (Andres Freund <andres@anarazel.de>)
List pgsql-general
On Mon, Nov 6, 2017 at 2:29 PM, Andres Freund <andres@anarazel.de> wrote:
> That doesn't look like plain postgres behaviour to me. Any chance you're
> using a pooler in statement mode in front of postgres?


None I'm aware of, since the machine is using postgresql locally and
I'm connecting to it using the port 5432.
I did have in the past enabled wal_level to logical but now it is set
to minimal and I don't have any replication slot (in the case it could
do something related to this behvior):

# SELECT * FROM pg_replication_slots;
(0 rows)

Any idea?
Luca


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Luca Ferrari
Date:
Subject: Re: [GENERAL] xmin increasing within a transaction block?
Next
From: Alvaro Herrera
Date:
Subject: Re: [GENERAL] xmin increasing within a transaction block?