citus/src/backend/distributed/shardsplit
rajeshkt78 d5df892394
Make CDC decoder an independent extension (#6810)
DESCRIPTION: 

- The CDC decoder is refacroted into a seperate extension that can be used loaded dynamically without having to reload citus.
- CDC decoder code can be compiled using DECODER flag to work with different decoders like pgoutput and wal2json.
   by default the base decode is "pgoutput".
- the dynamic_library_path config is adjusted dynamically to prefer the decoders in cdc_decoders directory in citus init
  so that the users can use the replication subscription commands without having to make any config changes.
2023-04-03 21:32:15 +05:30
..
shardsplit_decoder.c Make CDC decoder an independent extension (#6810) 2023-04-03 21:32:15 +05:30
shardsplit_logical_replication.c Support changing CPU priorities for backends and shard moves (#6126) 2022-08-16 13:07:17 +03:00
shardsplit_shared_memory.c Add worker_split_shard_release_dsm udf to release dynamic shared memory (#6248) 2022-08-26 18:27:32 +05:30