Re: Get rid of WALBufMappingLock - Mailing list pgsql-hackers

From Kirill Reshke
Subject Re: Get rid of WALBufMappingLock
Date
Msg-id CALdSSPgtaG7wBin1p6p+w79BuGtYtqUQrLvDW=9syTZ+Y88JiQ@mail.gmail.com
Whole thread Raw
In response to Re: Get rid of WALBufMappingLock  (Alexander Korotkov <aekorotkov@gmail.com>)
List pgsql-hackers
Hi!
I spotted a typo in v10:


+ /*
+ * Page at nextidx wasn't initialized yet, so we cann't move
+ * InitializedUpto further. It will be moved by backend which
+ * will initialize nextidx.
+ */

cann't - > can't

moved by backend -> moved by the backend



-- 
Best regards,
Kirill Reshke



pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: Restrict copying of invalidated replication slots
Next
From: Kirill Reshke
Date:
Subject: Re: Some read stream improvements