1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-09 18:21:05 +03:00
Author: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
Peter Eisentraut 2017-07-31 17:22:47 -04:00
parent f40254a799
commit 0b02e3f128

View File

@ -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 */ /* new_relfilenode will match old and new pg_class.oid */
map->new_relfilenode = new_rel->relfilenode; map->new_relfilenode = new_rel->relfilenode;
/* used only for logging and error reporing, old/new are identical */ /* used only for logging and error reporting, old/new are identical */
map->nspname = old_rel->nspname; map->nspname = old_rel->nspname;
map->relname = old_rel->relname; map->relname = old_rel->relname;
} }