Re: pg_dump --split patch

Поиск
Список
Период
Сортировка
От Joel Jacobson
Тема Re: pg_dump --split patch
Дата
Msg-id AANLkTin0uxW1NiR2-CTqZC_-ikZUktyN5Y+TDHQm45w2@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_dump --split patch  (David Wilson <david.t.wilson@gmail.com>)
Список pgsql-hackers
2010/12/29 David Wilson <david.t.wilson@gmail.com>
Why not place all overloads of a function within the same file? Then, assuming you order them deterministically within that file, we sidestep the file naming issue and maintain useful diff capabilities, since a diff of the function's file will show additions or removals of various overloaded versions.


Good suggestion. I agree, trying to put variations of the same function in different files simply becomes too ugly and the problem it solves is not big enough.
Then we just need to make sure pg_dump dumps objects in the same order, and let diff take care of the rest of the challenge. :)

Brb with a new patch.

--
Best regards,

Joel Jacobson
Glue Finance

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: "writable CTEs"
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: SSI SLRU strategy choices