From 3f58a4e2960a9509036b7d94beab64a747dc59dc Mon Sep 17 00:00:00 2001 From: David Rowley Date: Wed, 19 Apr 2023 13:50:33 +1200 Subject: Fix various typos and incorrect/outdated name references Author: Alexander Lakhin Discussion: https://postgr.es/m/699beab4-a6ca-92c9-f152-f559caf6dc25@gmail.com --- src/backend/access/transam/parallel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/transam/parallel.c') diff --git a/src/backend/access/transam/parallel.c b/src/backend/access/transam/parallel.c index b26f2a64fbc..7133ec0b22c 100644 --- a/src/backend/access/transam/parallel.c +++ b/src/backend/access/transam/parallel.c @@ -376,7 +376,7 @@ InitializeParallelDSM(ParallelContext *pcxt) /* * Serialize the transaction snapshot if the transaction - * isolation-level uses a transaction snapshot. + * isolation level uses a transaction snapshot. */ if (IsolationUsesXactSnapshot()) { -- cgit v1.2.3