report a typo in WaitReadBuffers - Mailing list pgsql-hackers

From Junwang Zhao
Subject report a typo in WaitReadBuffers
Date
Msg-id CAEG8a3L5YjxXCjx0LhkwHdDGsNgpFGEqH7SqtXRPNP+dwFMVZQ@mail.gmail.com
Whole thread Raw
List pgsql-hackers
While reading the stream read interfaces, I found a typo.

/*
* How many neighboring-on-disk blocks can we can scatter-read into
* other buffers at the same time? In this case we don't wait if we

Seems the second *can* is not necessary.

-- 
Regards
Junwang Zhao



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #18545: \dt breaks transaction, calling error when executed in SET SESSION AUTHORIZATION
Next
From: "Andrey M. Borodin"
Date:
Subject: Re: Using read_stream in index vacuum