diff options
author | Michael Paquier | 2024-09-03 05:49:04 +0000 |
---|---|---|
committer | Michael Paquier | 2024-09-03 05:49:04 +0000 |
commit | 4236825197e8b7f26f8fd2ce0ac287a696e7264e (patch) | |
tree | 14629d4520f55b175c54667547e6feb648e92f52 /contrib/test_decoding | |
parent | c7cd2d6ed082a4638172acece33ed6f36da96263 (diff) |
Fix typos and grammar in code comments and docs
Author: Alexander Lakhin
Discussion: https://postgr.es/m/f7e514cf-2446-21f1-a5d2-8c089a6e2168@gmail.com
Diffstat (limited to 'contrib/test_decoding')
-rw-r--r-- | contrib/test_decoding/specs/skip_snapshot_restore.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/test_decoding/specs/skip_snapshot_restore.spec b/contrib/test_decoding/specs/skip_snapshot_restore.spec index 3f1fb6f02c7..7b35dbcc9f3 100644 --- a/contrib/test_decoding/specs/skip_snapshot_restore.spec +++ b/contrib/test_decoding/specs/skip_snapshot_restore.spec @@ -39,7 +39,7 @@ step "s2_get_changes_slot0" { SELECT data FROM pg_logical_slot_get_changes('slot # serializes consistent snapshots to the disk at LSNs where are before # s0-transaction's commit. After s0-transaction commits, "s1_init" resumes but # must not restore any serialized snapshots and will reach the consistent state -# when decoding a RUNNING_XACT record generated after s0-transaction's commit. +# when decoding a RUNNING_XACTS record generated after s0-transaction's commit. # We check if the get_changes on 'slot1' will not return any s0-transaction's # changes as its confirmed_flush_lsn will be after the s0-transaction's commit # record. |