From 01694ee1927eaa538cce802913069e69bddfe248 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Thu, 25 Jul 2019 16:17:19 +0200 Subject: [PATCH 4/4] Fix typo in pg_upgrade file header --- src/bin/pg_upgrade/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_upgrade/option.c b/src/bin/pg_upgrade/option.c index b9f10db3bd..88d4d4bc49 100644 --- a/src/bin/pg_upgrade/option.c +++ b/src/bin/pg_upgrade/option.c @@ -1,5 +1,5 @@ /* - * opt.c + * option.c * * options functions * -- 2.14.1.145.gb3622a4ee