Fix some documentation about access methods

Author: Guillaume Lelarge
Discussion: https://postgr.es/m/CAECtzeWPz4JikzUqZdMjqPTe8dAP3nZxPD-58Y-Hhvirg0fF+A@mail.gmail.com
This commit is contained in:
Michael Paquier 2019-05-29 11:37:37 -04:00
parent f73293aba4
commit 56b78626c7
2 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@
<row>
<entry><link linkend="catalog-pg-am"><structname>pg_am</structname></link></entry>
<entry>index access methods</entry>
<entry>relation access methods</entry>
</row>
<row>

View File

@ -264,7 +264,7 @@ NextSampleTuple (SampleScanState *node,
requests to sample missing or invisible tuples; that should not result in
any bias in the sample. However, if necessary, the function can use
<literal>node-&gt;donetuples</literal> to examine how many of the tuples
it returned were vlaid and visible.
it returned were valid and visible.
</para>
</note>