[PATCH] Typo fix in fk-snapshot-3.spec

Started by Aditya Gollamudi12 days ago5 messages
#1Aditya Gollamudi
adigollamudi@gmail.com
1 attachment(s)

Hello,

I have attached a patch for a trivial typo fix below.
Please let me know if there is anything that can be
improved, as I’m new to the postgres community!

Thanks,
Adi Gollamudi

Attachments:

0001-Fix-Typo-in-fk-snapshot-3.spec.patchtext/x-diff; charset=utf-8Download
From 2cb9f9520ad4b78392c6fd9eef50621bff7dd626 Mon Sep 17 00:00:00 2001
From: Aditya Gollamudi <adigollamudi@gmail.com>
Date: Tue, 30 Dec 2025 19:03:41 -0500
Subject: [PATCH] Fix Typo in fk-snapshot-3.spec

Hello,

I have attached a patch for a trivial typo fix below.
Please let me know if there is anything that can be
improved, as I’m new to the postgres community!

Thanks,
Adi Gollamudi

Change "COMMITED" to "COMMITTED" on two lines.

Author: Aditya Gollamudi <adigollamudi@gmail.com>

#2Aditya Gollamudi
adigollamudi@gmail.com
In reply to: Aditya Gollamudi (#1)
1 attachment(s)
Re: [PATCH] Typo fix in fk-snapshot-3.spec

Oops, I think the patch was attached incorrectly. Here is the correct
patch.

Adi Gollamudi

On Tue, Dec 30, 2025 at 8:54 PM Aditya Gollamudi <adigollamudi@gmail.com>
wrote:

Show quoted text

Hello,

I have attached a patch for a trivial typo fix below.
Please let me know if there is anything that can be
improved, as I’m new to the postgres community!

Thanks,
Adi Gollamudi

Attachments:

0001-Fix-Typo-in-fk-snapshot-3.spec-v2.patchapplication/octet-stream; name=0001-Fix-Typo-in-fk-snapshot-3.spec-v2.patchDownload
From 2cb9f9520ad4b78392c6fd9eef50621bff7dd626 Mon Sep 17 00:00:00 2001
From: Aditya Gollamudi <adigollamudi@gmail.com>
Date: Tue, 30 Dec 2025 19:03:41 -0500
Subject: [PATCH] Fix Typo in fk-snapshot-3.spec

Change "COMMITED" to "COMMITTED" on two lines.

Author: Aditya Gollamudi <adigollamudi@gmail.com>
---
 src/test/isolation/specs/fk-snapshot-3.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/isolation/specs/fk-snapshot-3.spec b/src/test/isolation/specs/fk-snapshot-3.spec
index 90075024f5c..d8237ca2e7a 100644
--- a/src/test/isolation/specs/fk-snapshot-3.spec
+++ b/src/test/isolation/specs/fk-snapshot-3.spec
@@ -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:
-- 
2.34.1

#3Japin Li
japinli@hotmail.com
In reply to: Aditya Gollamudi (#2)
Re: [PATCH] Typo fix in fk-snapshot-3.spec

On Tue, 30 Dec 2025 at 21:01, Aditya Gollamudi <adigollamudi@gmail.com> wrote:

Oops, I think the patch was attached incorrectly. Here is the correct patch.

Adi Gollamudi

On Tue, Dec 30, 2025 at 8:54 PM Aditya Gollamudi <adigollamudi@gmail.com> wrote:

Hello,

I have attached a patch for a trivial typo fix below.
Please let me know if there is anything that can be
improved, as I’m new to the postgres community!

Nice catch! It should be fixed.

--
Regards,
Japin Li
ChengDu WenWu Information Technology Co., Ltd.

#4wenhui qiu
qiuwenhuifx@gmail.com
In reply to: Japin Li (#3)
Re: [PATCH] Typo fix in fk-snapshot-3.spec

HI

Nice catch! It should be fixed.

+1 ,Yes ,It need to be fixed

Thanks

On Wed, Dec 31, 2025 at 10:19 AM Japin Li <japinli@hotmail.com> wrote:

Show quoted text

On Tue, 30 Dec 2025 at 21:01, Aditya Gollamudi <adigollamudi@gmail.com>
wrote:

Oops, I think the patch was attached incorrectly. Here is the correct

patch.

Adi Gollamudi

On Tue, Dec 30, 2025 at 8:54 PM Aditya Gollamudi <adigollamudi@gmail.com>

wrote:

Hello,

I have attached a patch for a trivial typo fix below.
Please let me know if there is anything that can be
improved, as I’m new to the postgres community!

Nice catch! It should be fixed.

--
Regards,
Japin Li
ChengDu WenWu Information Technology Co., Ltd.

#5David Rowley
dgrowleyml@gmail.com
In reply to: Aditya Gollamudi (#2)
Re: [PATCH] Typo fix in fk-snapshot-3.spec

On Wed, 31 Dec 2025 at 15:02, Aditya Gollamudi <adigollamudi@gmail.com> wrote:

Oops, I think the patch was attached incorrectly. Here is the correct patch.

Thanks. Pushed.

David