Re: questions about the logical decoding implementation

2018-08-15 Thread Andres Freund
Hi, On 2018-08-15 12:04:12 -0700, Jeff Davis wrote: > 1. Why do the files holding the spilled transaction data in reorderbuffer.c > have a ".snap" suffix? I don't remember the genesis of that, sorry. I guess .spill or such would have been better. Perhaps it was because I initially intended for t

questions about the logical decoding implementation

2018-08-15 Thread Jeff Davis
1. Why do the files holding the spilled transaction data in reorderbuffer.c have a ".snap" suffix? 2. Those files can get quite large. Would it be reasonable to store them in another directory (e.g. pg_replslot_tmp) so that they can be placed on another mount point? It would also simplify the clea