While reading through the patch for what must be the 100th time by now,
it occurred to me that this comment in heap_xlog_freeze:
+ /*
+ * Freezing tuples does not require conflict processing
+ */
is plain wrong. In the master, we can freeze the xmin of a tuple that's
not yet visible to all read-only transactions in the standby. We do need
conflict processing there.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
Responses
pgsql-hackers by date
| Next: | From: Albe Laurenz | Date: 2009-11-11 11:15:26 |
| Subject: Re: [HACKERS] PostgreSQL 8.3.8 on AIX5.3 : compilation failed |
| Previous: | From: Heikki Linnakangas | Date: 2009-11-11 08:03:33 |
| Subject: Re: Hot Standby status |