]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix spelling mistake in fk-snapshot-3.spec
authorDavid Rowley <drowley@postgresql.org>
Fri, 2 Jan 2026 04:53:07 +0000 (17:53 +1300)
committerDavid Rowley <drowley@postgresql.org>
Fri, 2 Jan 2026 04:53:07 +0000 (17:53 +1300)
Author: Aditya Gollamudi <adigollamudi@gmail.com>
Discussion: https://postgr.es/m/CAD-KL_EdOOWp_cmPk9%3D5vNxo%2BabTTRpNx4vex-gVUm8u3GnkTg%40mail.gmail.com

src/test/isolation/specs/fk-snapshot-3.spec

index 90075024f5cc03322eabe54bffd688d61aa652e9..d8237ca2e7afab401b825149b9c86e3afbc6508f 100644 (file)
@@ -59,7 +59,7 @@ permutation s1ser s2ser s1del s2ins s1c s2c
 
 # Also check updating the valid time (without violating RI):
 
-# ...with READ COMMITED:
+# ...with READ COMMITTED:
 permutation s1rc s2rc s2ins s1upok s2c s1c
 permutation s1rc s2rc s1upok s2ins s1c s2c
 # ...with REPEATABLE READ:
@@ -71,7 +71,7 @@ permutation s1ser s2ser s1upok s2ins s1c s2c
 
 # Also check updating the valid time (while violating RI):
 
-# ...with READ COMMITED:
+# ...with READ COMMITTED:
 permutation s1rc s2rc s2ins s1upbad s2c s1c
 permutation s1rc s2rc s1upbad s2ins s1c s2c
 # ...with REPEATABLE READ: