Re: A thought on Index Organized Tables - Mailing list pgsql-hackers

From Gokulakannan Somasundaram
Subject Re: A thought on Index Organized Tables
Date
Msg-id 9362e74e1002250357x17b2f80fs80053d9330cf76b9@mail.gmail.com
Whole thread Raw
In response to A thought on Index Organized Tables  (Gokulakannan Somasundaram <gokul007@gmail.com>)
Responses Re: A thought on Index Organized Tables
List pgsql-hackers

The replay of the heap insert/update/delete record updates the
visibility map.

So are you planning to make that section, which writes the xlog and updates the visibility map inside a PANIC section right?

pgsql-hackers by date:

Previous
From: Gokulakannan Somasundaram
Date:
Subject: Re: A thought on Index Organized Tables
Next
From: Simon Riggs
Date:
Subject: Re: Streaming replication and pg_xlogfile_name()