Remove unused columns from pg_upgrade's query Commit 9637badd9f removed the use of these collation-related fields in the result set, moving that to a different query, but forgot to remove the columns from the query.
Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/484b3e1d83eefffa3953ff6bfea72dbe547916b5 Modified Files -------------- src/bin/pg_upgrade/info.c | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-)
