aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/tableam.h
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2023-04-18 14:03:30 +1200
committerDavid Rowley <drowley@postgresql.org>2023-04-18 14:03:49 +1200
commiteef231e8161eb8031a928fe48134ef25ab81fe5e (patch)
tree17f1882a677a251f2638fb1893ec2a6fca1885d3 /src/include/access/tableam.h
parentb4dbf3e924b2556acbe103dc61ac71f9985ff24f (diff)
downloadpostgresql-eef231e8161eb8031a928fe48134ef25ab81fe5e.tar.gz
postgresql-eef231e8161eb8031a928fe48134ef25ab81fe5e.zip
Fix some typos and some incorrectly duplicated words
Author: Justin Pryzby Reviewed-by: David Rowley Discussion: https://postgr.es/m/ZD3D1QxoccnN8A1V@telsasoft.com
Diffstat (limited to 'src/include/access/tableam.h')
-rw-r--r--src/include/access/tableam.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/tableam.h b/src/include/access/tableam.h
index 50ae053f461..bb6d4f03151 100644
--- a/src/include/access/tableam.h
+++ b/src/include/access/tableam.h
@@ -1895,7 +1895,7 @@ table_relation_toast_am(Relation rel)
*
* toastrel is the relation in which the toasted value is stored.
*
- * valueid identifes which toast value is to be fetched. For the heap,
+ * valueid identifies which toast value is to be fetched. For the heap,
* this corresponds to the values stored in the chunk_id column.
*
* attrsize is the total size of the toast value to be fetched.