From: | Jeff Davis <pgsql(at)j-davis(dot)com> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Cc: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
Subject: | Commits 8de72b and 5457a1 (COPY FREEZE) |
Date: | 2012-12-04 01:34:01 |
Message-ID: | 1354584841.19553.215.camel@sussancws0025 |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Part of that patch was reverted later:
I assume that refers to the discussion here:
http://archives.postgresql.org/pgsql-hackers/2012-02/msg01177.php
But that was quite a while ago, so is there a more recent discussion
that prompted this commit now?
I am a little confused about the case where setting HEAP_XMIN_COMMITTED
when loading the table in the same transaction is wrong. There was some
discussion about subtransactions, but those problems only seemed to
appear when the CREATE and the INSERT/COPY happened in different
subtransactions.
So, I guess my question is, why the partial revert?
Regards,
Jeff Davis
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2012-12-04 01:54:45 | Re: ALTER TABLE ... NOREWRITE option |
Previous Message | Josh Berkus | 2012-12-04 01:14:24 | Re: json accessors |