projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f40254a
)
Fix typo
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 31 Jul 2017 21:22:47 +0000
(17:22 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 31 Jul 2017 21:22:47 +0000
(17:22 -0400)
Author: Masahiko Sawada <sawada.mshk@gmail.com>
src/bin/pg_upgrade/info.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_upgrade/info.c
b/src/bin/pg_upgrade/info.c
index f7c278b30694a45bb2ffbb4dcbdfa641245c1deb..0b14998f4bf8eed1abd705ecf24286ee0df06061 100644
(file)
--- a/
src/bin/pg_upgrade/info.c
+++ b/
src/bin/pg_upgrade/info.c
@@
-210,7
+210,7
@@
create_rel_filename_map(const char *old_data, const char *new_data,
/* new_relfilenode will match old and new pg_class.oid */
map->new_relfilenode = new_rel->relfilenode;
- /* used only for logging and error reporing, old/new are identical */
+ /* used only for logging and error repor
t
ing, old/new are identical */
map->nspname = old_rel->nspname;
map->relname = old_rel->relname;
}