Minor typo in sentence saving visits to heap - Mailing list pgsql-docs

From PG Doc comments form
Subject Minor typo in sentence saving visits to heap
Date
Msg-id 167063189511.1901.8332207519290487949@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Minor typo in sentence saving visits to heap
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/indexes-multicolumn.html
Description:

In the documentation on
https://www.postgresql.org/account/comments/new/15/indexes-multicolumn.html/

```
Constraints on columns to the right of these columns are checked in the
index, so they save visits to the table proper, but they do not reduce the
portion of the index that has to be scanned. 
```

"so they save visits to the table proper" should be "so they save visits to
the table heap".

pgsql-docs by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Clarify note about DISTINCT and ORDER BY in aggregates
Next
From: PG Doc comments form
Date:
Subject: Getting started