Re: [BUGS] pg_dump's results have quite different size

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: [BUGS] pg_dump's results have quite different size
Дата
Msg-id CAMkU=1yauFWZoXjnppBk0z53VBN-dyvUsHA5W-NKLKr1a07zYA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [BUGS] pg_dump's results have quite different size  (Mark Kirkwood <mark.kirkwood@catalyst.net.nz>)
Ответы Re: [BUGS] pg_dump's results have quite different size  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: [BUGS] pg_dump's results have quite different size  (Mark Kirkwood <mark.kirkwood@catalyst.net.nz>)
Список pgsql-bugs
On Thu, Dec 15, 2016 at 11:18 PM, Mark Kirkwood <mark.kirkwood@catalyst.net.nz> wrote:
On 14/12/16 22:09, Oleksandr Shulgin wrote:

On Wed, Dec 14, 2016 at 9:29 AM, Kaijiang Chen <chenkaijiang@gmail.com <mailto:chenkaijiang@gmail.com>> wrote:

    Yes. The pg_dump quits with the message:

    pg_dump: Dumping the contents of table "data_histories" failed:
    PQgetResult() failed.
    pg_dump: Error message from server: ERROR:  canceling statement
    due to conflict with recovery
    DETAIL:  User query might have needed to see row versions that
    must be removed.
    pg_dump: The command was: COPY public.data_histories (id, user_id,
    user_name, type, type_id, old_data, action, new_data, created_at,
    updated_at) TO stdout;


Ah, then it's just that your backup script is broken: it should have reported the error.

Please do not top-post.

Oleksandr - how about a helpful response? E.g suggesting that maybe increasing max_standby_streaming_delay might help? Goddamn! folk asking for help deserve better than just being told 'it is broken dickhead'...

The problem *is* that his backups are broken without him knowing it.  Maybe increasing max_standby_streaming_delay is an answer, but maybe he would rather have occasional broken backups *which he knows about* then suffer the consequences of an increased max_standby_streaming_delay.  Maybe hot_standby_feedback would be a better option, or maybe vacuum_defer_cleanup_age (but that is less likely).

The only thing we actually know with reasonable certainty is that his backup script is broken, and that this is bad. Randomly changing settings so that the brokenness is still there but just less obvious is more dangerous than helpful.

Cheers,

Jeff

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [BUGS] BUG #14468: One byte buffer overlow inquote_literal_cstr()
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [BUGS] pg_dump's results have quite different size