Re: pgsql: Add decoding of sequences to test_decoding

2022-02-12 Thread Tomas Vondra
On 2/12/22 23:04, Andres Freund wrote: > Hi, > > On 2022-02-11 23:52:20 +, Tomas Vondra wrote: >> Add decoding of sequences to test_decoding >> >> Commit 0da92dc530 improved the logical decoding infrastructure to handle >> sequences, and did various changes to related parts (WAL logging etc.).

Re: pgsql: Add decoding of sequences to test_decoding

2022-02-12 Thread Andres Freund
Hi, On 2022-02-11 23:52:20 +, Tomas Vondra wrote: > Add decoding of sequences to test_decoding > > Commit 0da92dc530 improved the logical decoding infrastructure to handle > sequences, and did various changes to related parts (WAL logging etc.). > But it did not include any implementation of t

pgsql: Add decoding of sequences to test_decoding

2022-02-11 Thread Tomas Vondra
Add decoding of sequences to test_decoding Commit 0da92dc530 improved the logical decoding infrastructure to handle sequences, and did various changes to related parts (WAL logging etc.). But it did not include any implementation of the new callbacks added to OutputPluginCallbacks. This extends t