aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2019-05-31 13:30:05 -0400
committerDavid Rowley <drowley@postgresql.org>2019-05-31 13:30:05 -0400
commit72b6223f766d6ba9076d7b1ebdf05df75e83ba5c (patch)
treebc9b8416f3a14c574857afa3d4e8a4a7a408f9d1 /src
parentec66ec8b21d3d779047313ac214fba7bcd29a97c (diff)
downloadpostgresql-72b6223f766d6ba9076d7b1ebdf05df75e83ba5c.tar.gz
postgresql-72b6223f766d6ba9076d7b1ebdf05df75e83ba5c.zip
Fix incorrect parameter name in comment
Author: Antonin Houska Discussion: https://postgr.es/m/22370.1559293357@localhost
Diffstat (limited to 'src')
-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 af1dcfb8e2c..0b6ac15d316 100644
--- a/src/include/access/tableam.h
+++ b/src/include/access/tableam.h
@@ -1330,7 +1330,7 @@ table_finish_bulk_insert(Relation rel, int options)
*/
/*
- * Create storage for `rel` in `newrode`, with persistence set to
+ * Create storage for `rel` in `newrnode`, with persistence set to
* `persistence`.
*
* This is used both during relation creation and various DDL operations to