Re: Fix typo in procarrary.c - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Fix typo in procarrary.c
Date
Msg-id 3182e734-c0a9-858d-7358-207d145234d1@oss.nttdata.com
Whole thread Raw
In response to Fix typo in procarrary.c  (Masahiko Sawada <masahiko.sawada@2ndquadrant.com>)
Responses Re: Fix typo in procarrary.c  (Masahiko Sawada <masahiko.sawada@2ndquadrant.com>)
List pgsql-hackers

On 2020/08/21 10:58, Masahiko Sawada wrote:
> Hi,
> 
> I've attached the patch for $subject.
> 
> s/replications lots/replication slots/

Thanks for the patch!

Also it's better to s/replications slots/replication slots/ ?

--- a/src/backend/storage/ipc/procarray.c
+++ b/src/backend/storage/ipc/procarray.c
@@ -198,7 +198,7 @@ typedef struct ComputeXidHorizonsResult
          * be removed.
          *
          * This likely should only be needed to determine whether pg_subtrans can
-        * be truncated. It currently includes the effects of replications slots,
+        * be truncated. It currently includes the effects of replication slots,
          * for historical reasons. But that could likely be changed.
          */
         TransactionId oldest_considered_running;

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Fix typo in procarrary.c
Next
From: Amit Langote
Date:
Subject: Re: Creating foreign key on partitioned table is too slow