mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Fix incorrect parameter name in comment
Author: Antonin Houska Discussion: https://postgr.es/m/22370.1559293357@localhost
This commit is contained in:
parent
ec66ec8b21
commit
72b6223f76
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue