Re: logical changeset generation v4 - Heikki's thoughts about the patch state - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: logical changeset generation v4 - Heikki's thoughts about the patch state
Date
Msg-id 51011AD2.8020503@vmware.com
Whole thread Raw
In response to Re: logical changeset generation v4 - Heikki's thoughts about the patch state  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: logical changeset generation v4 - Heikki's thoughts about the patch state
List pgsql-hackers
One random thing that caught my eye in the patch, I though I'd mention 
it while I still remember: In heap_delete, you call heap_form_tuple() in 
a critical section. That's a bad idea, because if it runs out of memory 
-> PANIC.

- Heikki



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: CF3+4 (was Re: Parallel query execution)
Next
From: Andres Freund
Date:
Subject: Re: logical changeset generation v4 - Heikki's thoughts about the patch state