# Be sure to replace "<ADD JUSTIFICATION HERE>" with details of your change and
# why it is deemed acceptable.
+c5824536e7ca3c5ef5a9db59bd36c4e6beb23f51
+#
+# Fix trigger transition table capture for MERGE in CTE queries.
+# 2026-01-24 11:30:51 +0000
+#
+# This commit changed the TransitionCaptureState structure, replacing
+# the "tcs_private" field with 3 separate fields. This structure can
+# only be built using MakeTransitionCaptureState(), and PGXN contained
+# no calls to MakeTransitionCaptureState() or uses of the
+# TransitionCaptureState structure.
+
05d605b6c69f0276ae091ced1ed9082963052550
#
# For inplace update, send nontransactional invalidations.