pgsql: pg_upgrade: abstract out copying of files from old cluster to ne

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: pg_upgrade: abstract out copying of files from old cluster to ne
Дата
Msg-id E1SmoDk-0003Df-4b@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pg_upgrade: abstract out copying of files from old cluster to new

Currently only pg_clog is copied, but some other directories could need
the same treatment as well, so create a subroutine to do it.

Extracted from my (somewhat larger) FOR KEY SHARE patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/666d494d19dbd5dc7a177709a2f7069913f8ab89

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.c |   35 +++++++++++++++++++++++------------
1 files changed, 23 insertions(+), 12 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Fix function argument tab completion for schema-qualified or quo
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Remove support for using wait3() in place of waitpid().