Re: Avoiding unnecessary writes during relation drop and truncate - Mailing list pgsql-hackers

From Qingqing Zhou
Subject Re: Avoiding unnecessary writes during relation drop and truncate
Date
Msg-id d1lfq5$nd6$1@news.hub.org
Whole thread Raw
In response to Avoiding unnecessary writes during relation drop and truncate  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> writes
> So it'll get an error ... this scenario doesn't strike me as any worse
> than any other problem occuring in post-commit cleanup.  The locks left
> around by the not-cleaned-up transaction would probably be a bigger
> issue, for example.

Yes, the result is acceptable. BTW, what about other post-commit cleanup
errors? Do we have any idea to avoid/alleviate them?

Regards,
Qingqing




pgsql-hackers by date:

Previous
From: Miroslav Šulc
Date:
Subject: Re: [PERFORM] How to read query plan
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Very strange query difference between 7.3.6 and 7.4.6