Finding database for pg_upgrade missing library

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Finding database for pg_upgrade missing library
Дата
Msg-id 20180713162815.GA3835@momjian.us
обсуждение исходный текст
Ответы Re: Finding database for pg_upgrade missing library  (Daniel Gustafsson <daniel@yesql.se>)
Re: Finding database for pg_upgrade missing library  (Justin T Pryzby <notifications@telsasoft.com>)
Список pgsql-hackers
I received a private pg_upgrade feature request to report the database
name for missing loadable libraries.  Currently we report "could not
load library" and the library file name, e.g. $libdir/pgpool-regclass.

The request is that we report the _database_ name that contained the
loadable library reference.  However, that isn't easy to do because we
gather all loadable library file names, sort them, and remove
duplicates, for reasons of efficiency and so we check libraries in a
predictable alphabetical order.

Is it worth modifying pg_upgrade to report the first or all databases
that contain references to missing loadable libraries?  I don't think
so, but I wanted to ask here.

-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Fix some error handling for read() and errno
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Generating partitioning tuple conversion maps faster