Re: Backup throttling

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Gibheer <gibheer(at)zero-knowledge(dot)org>
Cc: Antonin Houska <antonin(dot)houska(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Backup throttling
Date: 2013-07-31 17:36:24
Message-ID: 20130731173624.GX14652@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2013-07-31 17:43:18 Re: Proposal - Support for National Characters functionality
Previous Message Fujii Masao 2013-07-31 17:26:54 Immediate shutdown causes the assertion failure in 9.4dev