Skip to content

Commit 72b6223

Browse files
committed
Fix incorrect parameter name in comment
Author: Antonin Houska Discussion: https://postgr.es/m/22370.1559293357@localhost
1 parent ec66ec8 commit 72b6223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/access/tableam.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ table_finish_bulk_insert(Relation rel, int options)
13301330
*/
13311331

13321332
/*
1333-
* Create storage for `rel` in `newrode`, with persistence set to
1333+
* Create storage for `rel` in `newrnode`, with persistence set to
13341334
* `persistence`.
13351335
*
13361336
* This is used both during relation creation and various DDL operations to

0 commit comments

Comments
 (0)