Fix a typo in pg_upgrade/info.c
Hi,
Attached patch for $subject.
s/reporing/reporting/g
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
fix_typo_in_info_c.patchapplication/octet-stream; name=fix_typo_in_info_c.patchDownload
diff --git a/src/bin/pg_upgrade/info.c b/src/bin/pg_upgrade/info.c
index 6500302..c1fd20c 100644
--- 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 reporting, old/new are identical */
map->nspname = old_rel->nspname;
map->relname = old_rel->relname;
}
On 7/13/17 03:22, Masahiko Sawada wrote:
Hi,
Attached patch for $subject.
s/reporing/reporting/g
fixed
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers
On Tue, Aug 1, 2017 at 6:23 AM, Peter Eisentraut
<peter.eisentraut@2ndquadrant.com> wrote:
On 7/13/17 03:22, Masahiko Sawada wrote:
Hi,
Attached patch for $subject.
s/reporing/reporting/g
fixed
Thank you!
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers