Reintroduce test 046_checkpoint_logical_slot This commit is only for HEAD and v18, where the test has been removed. It also incorporates improvements below to stability and coverage of the original test, which were already backpatched to v17. - Add one pg_logical_emit_message() call to force the creation of a record that spawns across two pages. - Make the logic wait for the checkpoint completion.
Author: Alexander Korotkov <akorot...@postgresql.org> Co-authored-by: Hayato Kuroda <kuroda.hay...@fujitsu.com> Reviewed-by: Michael Paquier <mich...@paquier.xyz> Backpatch-through: 18 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/226c5674540f8bc5144e9ba9a83f12977ba4203c Modified Files -------------- src/test/recovery/meson.build | 1 + src/test/recovery/t/046_checkpoint_logical_slot.pl | 142 +++++++++++++++++++++ 2 files changed, 143 insertions(+)