Re: Backup throttling - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Backup throttling
Date
Msg-id 20130731173624.GX14652@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: Backup throttling  (Gibheer <gibheer@zero-knowledge.org>)
List pgsql-hackers
Gibheer escribió:

> Why did you move localGetCurrentTimestamp() into streamutil.c? Is
> sys/time.h still needed in receivelog.c after the move?

I think we should have GetCurrentTimestamp() in src/common; there are
way too many copies of that functionality now.  I looked into this
awhile back, but eviscerating the datetime.c/timestamp.c code out of the
backend proved much messier than I anticipated.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Immediate shutdown causes the assertion failure in 9.4dev
Next
From: Alvaro Herrera
Date:
Subject: Re: Proposal - Support for National Characters functionality