Re: [HACKERS] [COMMITTERS] pgsql: Sync pg_dump and pg_dumpall output - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: [HACKERS] [COMMITTERS] pgsql: Sync pg_dump and pg_dumpall output
Date
Msg-id 20170322153920.GL9812@tamriel.snowman.net
Whole thread Raw
Responses Re: [HACKERS] [COMMITTERS] pgsql: Sync pg_dump and pg_dumpall output  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-hackers
Andrew,

* Andrew Dunstan (andrew@dunslane.net) wrote:
> Sync pg_dump and pg_dumpall output

This probably should have adjusted all callers of pg_dump in the
regression tests to use the --no-sync option, otherwise we'll end up
spending possibly a good bit of time calling fsync() during the
regression tests unnecessairly.

Thanks!

Stephen

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [HACKERS] PATCH: Make pg_stop_backup() archive wait optional
Next
From: Dave Page
Date:
Subject: Re: [HACKERS] Monitoring roles patch