report a typo in WaitReadBuffers

From: Junwang Zhao <zhjwpku(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: report a typo in WaitReadBuffers
Date: 2024-10-20 03:20:34
Message-ID: CAEG8a3L5YjxXCjx0LhkwHdDGsNgpFGEqH7SqtXRPNP+dwFMVZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joel Jacobson 2024-10-20 06:19:39 Add pg_ownerships and pg_privileges system views
Previous Message Tom Lane 2024-10-19 23:48:35 Re: BUG #18545: \dt breaks transaction, calling error when executed in SET SESSION AUTHORIZATION