citus/src/backend/distributed/cdc
Nils Dijk 0f28a69f12
Use the $(DLSUFFIX) instead of hard coded extensions for cdc (#7221)
When cdc got added the makefiles hardcoded the `.so` extension instead
of using the platform specifc `$(DLSUFFIX)` variable used by `pgxs.mk`.
Also don't remove installed cdc artifacts on `make clean`.
2023-09-22 16:24:18 +02:00
..
Makefile Makefile changes to build CDC in builddir for pgoutput and wal2json. (#6827) 2023-04-06 17:03:12 +05:30
Makefile.decoder Use the $(DLSUFFIX) instead of hard coded extensions for cdc (#7221) 2023-09-22 16:24:18 +02:00
cdc_decoder.c Fix Reference Table Check for CDC (#7025) 2023-06-23 16:37:35 +03:00
cdc_decoder_utils.c fix some obvious typo and reduce usage of magic number (#7130) 2023-08-18 14:50:20 +00:00
cdc_decoder_utils.h Fix Reference Table Check for CDC (#7025) 2023-06-23 16:37:35 +03:00