]> granicus.if.org Git - postgresql/commitdiff
Fix incorrect parameter name in comment
authorDavid Rowley <drowley@postgresql.org>
Fri, 31 May 2019 17:30:05 +0000 (13:30 -0400)
committerDavid Rowley <drowley@postgresql.org>
Fri, 31 May 2019 17:30:05 +0000 (13:30 -0400)
Author: Antonin Houska
Discussion: https://postgr.es/m/22370.1559293357@localhost

src/include/access/tableam.h

index af1dcfb8e2c2c5aa1c37c9513265d944685349d7..0b6ac15d316140590f026c86fc1b7648f909482a 100644 (file)
@@ -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