Re: [Sender Address Forgery]Re: error message when subscription target is a partitioned table

2019-01-10 Thread Arkhena
> > On Tue, Jan 08, 2019 at 04:42:35PM +0900, Michael Paquier wrote: > >> I can see your point, though I would stick with > >> ERRCODE_WRONG_OBJECT_TYPE for consistency with the existing code and > >> because the code is intended to not work on anything else than plain > >> tables, at least now. >

Re: What to name the current heap after pluggable storage / what to rename?

2018-12-19 Thread Arkhena
> > > I'm wondering where the choice of the name "heap" originally came from > and what it refers to. It seems to me that "heap" is an Oracle word (as explained here[1]). > By default, a table is organized as a heap, which means that the database places rows where they fit best rather than in a

Re: [PATCH] Log CSV by default

2018-12-02 Thread Arkhena
Hi all, > Also, in addition to the objections you noted, there's the problem that > this change requires changing logging_collector to default to "on". > That's an *enormous* compatibility break, because of the effects on > where the log output goes. > As a consultant with so many customers