Re: [HACKERS] Write operations in parallel mode

2017-08-28 Thread Robert Haas
On Mon, Aug 28, 2017 at 12:23 PM, Antonin Houska wrote: > Now that dynamic shared memory hash table has been committed > (8c0d7bafad36434cb08ac2c78e69ae72c194ca20) I wonder if it's still a big deal > to remove restrictions like this in (e.g. heap_update()): > > /* > * Forbid this

[HACKERS] Write operations in parallel mode

2017-08-28 Thread Antonin Houska
Now that dynamic shared memory hash table has been committed (8c0d7bafad36434cb08ac2c78e69ae72c194ca20) I wonder if it's still a big deal to remove restrictions like this in (e.g. heap_update()): /* * Forbid this during a parallel operation, lest it allocate a combocid. *