Commit 72b6223f authored by David Rowley's avatar David Rowley

Fix incorrect parameter name in comment

Author: Antonin Houska
Discussion: https://postgr.es/m/22370.1559293357@localhost
parent ec66ec8b
...@@ -1330,7 +1330,7 @@ table_finish_bulk_insert(Relation rel, int options) ...@@ -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`. * `persistence`.
* *
* This is used both during relation creation and various DDL operations to * This is used both during relation creation and various DDL operations to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment