Rename injection point for invalidation messages at end of transaction This injection point was named "AtEOXact_Inval-with-transInvalInfo", not respecting the implied naming convention that injection points should use lower-case characters, with terms separated by dashes. All the other points defined in the tree follow this style, so let's be more consistent.
Author: Hayato Kuroda <kuroda.hay...@fujitsu.com> Reviewed-by: Aleksander Alekseev <aleksan...@timescale.com> Discussion: https://postgr.es/m/oscpr01mb14966e14c1378dee51fb7b7c5f5...@oscpr01mb14966.jpnprd01.prod.outlook.com Backpatch-through: 17 Branch ------ REL_17_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/21a9b2b086fab75091c8a848de9fd9aba48a11b8 Modified Files -------------- src/backend/utils/cache/inval.c | 2 +- .../injection_points/expected/syscache-update-pruned.out | 12 ++++++------ .../injection_points/expected/syscache-update-pruned_1.out | 12 ++++++------ .../injection_points/specs/syscache-update-pruned.spec | 6 +++--- 4 files changed, 16 insertions(+), 16 deletions(-)