Re: Seek for helper documents to implement WAL with an FDW

2023-02-22 Thread Peter Eisentraut
On 20.02.23 10:53, Komal Habura wrote:         I have written an FDW, which is similar to the file_fdw. I need the support of WAL to perform logical and stream replication. I have knowledge about custom WAL but do not have clarity about implementing WAL(writing, redo, desc, identify, etc..) an

Re: Seek for helper documents to implement WAL with an FDW

2023-02-21 Thread Bharath Rupireddy
On Tue, Feb 21, 2023 at 3:01 PM Komal Habura wrote: > > Hi all, > I have written an FDW, which is similar to the file_fdw. I need the > support of WAL to perform logical and stream replication. I have knowledge > about custom WAL but do not have clarity about implementing WAL(writing, >