pgsql: pg_upgrade: adjust error output to use new database list format

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: adjust error output to use new database list format
Date: 2019-10-23 22:06:41
Message-ID: E1iNOm9-0004K6-Br@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: adjust error output to use new database list format

Commit a524f50d0f added
old_11_check_for_sql_identifier_data_type_usage(), but it did not use
the clearer database error list format added to the master branch in
commit 1634d36157. This commit fixes that.

Backpatch-through: master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0c089d36e2bb07a8ccd575d456265e83b6697d00

Modified Files
--------------
src/bin/pg_upgrade/version.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2019-10-24 00:29:11 pgsql: docs: fix wording of REFRESH CONCURRENTLY manual page
Previous Message Michael Paquier 2019-10-23 06:06:01 pgsql: Acquire properly session-level lock on new index in REINDEX CONC