projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec66ec8
)
Fix incorrect parameter name in comment
author
David Rowley
<drowley@postgresql.org>
Fri, 31 May 2019 17:30:05 +0000
(13:30 -0400)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/tableam.h
b/src/include/access/tableam.h
index af1dcfb8e2c2c5aa1c37c9513265d944685349d7..0b6ac15d316140590f026c86fc1b7648f909482a 100644
(file)
--- 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 `newr
n
ode`, with persistence set to
* `persistence`.
*
* This is used both during relation creation and various DDL operations to