pg_dump's aborted transactions - Mailing list pgsql-hackers

From Stephen Frost
Subject pg_dump's aborted transactions
Date
Msg-id 20150204031235.GP3854@tamriel.snowman.net
Whole thread Raw
Responses Re: pg_dump's aborted transactions  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
All,
 We recently had a client complain that check_postgres' commitratio check would alert about relatively unused
databases. As it turns out, the reason for this is because they automate running pg_dump against their databases
(surelya good thing..), but pg_dump doesn't close out its transaction cleanly, leading to rolled back transactions.
 
 At first blush, at least, this strikes me as an oversight which we should probably fix and possibly backpatch.
 Thoughts?
     Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: BladeOfLight16
Date:
Subject: Re: [GENERAL] How do I bump a row to the front of sort efficiently
Next
From: Tom Lane
Date:
Subject: Re: pg_dump's aborted transactions