mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
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:
parent
f73293aba4
commit
56b78626c7
@ -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>
|
||||
|
@ -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->donetuples</literal> to examine how many of the tuples
|
||||
it returned were vlaid and visible.
|
||||
it returned were valid and visible.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user