pgsql: Remove unused columns from pg_upgrade's query

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused columns from pg_upgrade's query
Date: 2026-09-18 19:15:02
Message-ID: E1x7e34-00000000IbF-4BYn@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2026-09-18 21:32:54 pgsql: Check that oldestXID and oldestMulti are consistent at pg_upgrad
Previous Message Masahiko Sawada 2026-09-18 17:19:56 pgsql: Fix memory leak in pgoutput with streamed prepared transactions.