Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0b02e3f

Browse files
committed
Fix typo
Author: Masahiko Sawada <sawada.mshk@gmail.com>
1 parent f40254a commit 0b02e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_upgrade/info.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ create_rel_filename_map(const char *old_data, const char *new_data,
210210
/* new_relfilenode will match old and new pg_class.oid */
211211
map->new_relfilenode = new_rel->relfilenode;
212212

213-
/* used only for logging and error reporing, old/new are identical */
213+
/* used only for logging and error reporting, old/new are identical */
214214
map->nspname = old_rel->nspname;
215215
map->relname = old_rel->relname;
216216
}

0 commit comments

Comments
 (0)