Re: Backup throttling
Gibheer <gibheer@zero-knowledge.org>
From: Gibheer <gibheer@zero-knowledge.org>
To: Antonin Houska <antonin.houska@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2013-07-31T05:13:36Z
Lists: pgsql-hackers
On Wed, 24 Jul 2013 09:20:52 +0200 Antonin Houska <antonin.houska@gmail.com> wrote: > Hello, > the purpose of this patch is to limit impact of pg_backup on running > server. Feedback is appreciated. > > // Antonin Houska (Tony) Hi, That is a really nice feature. I took a first look at your patch and some empty lines you added (e.g. line 60 your patch). Can you remove them? Why did you move localGetCurrentTimestamp() into streamutil.c? Is sys/time.h still needed in receivelog.c after the move? I will try your patch later today to see, if it works. regards, Stefan Radomski