Re: [COMMITTERS] pgsql: contrib/tsm_system_time

2015-05-15 Thread Michael Paquier
On Sat, May 16, 2015 at 5:28 AM, Robert Haas robertmh...@gmail.com wrote:
 On Fri, May 15, 2015 at 3:32 PM, Simon Riggs si...@2ndquadrant.com wrote:
 contrib/tsm_system_time

 I don't want to be overly critical here, but I find that a pretty
 worthless commit message.

And there is no documentation.
-- 
Michael


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: contrib/tsm_system_time

2015-05-15 Thread Andres Freund
On 2015-05-16 09:01:18 +0900, Michael Paquier wrote:
 And there is no documentation.

Which seems to be caused by files accidentally not committed. Thus
breaking doc builds. I'll comment out the reference to allow the
buildfarm to turn a littlebit greener for a while and test for breakage
in other commits. But that obviously needs to be fixed properly.


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: contrib/tsm_system_time

2015-05-15 Thread Simon Riggs
On 16 May 2015 at 02:45, Andres Freund and...@anarazel.de wrote:

 On 2015-05-16 09:01:18 +0900, Michael Paquier wrote:
  And there is no documentation.

 Which seems to be caused by files accidentally not committed. Thus
 breaking doc builds. I'll comment out the reference to allow the
 buildfarm to turn a littlebit greener for a while and test for breakage
 in other commits. But that obviously needs to be fixed properly.


After some much needed sleep, fixed.

-- 
Simon Riggshttp://www.2ndQuadrant.com/
http://www.2ndquadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training  Services


[COMMITTERS] pgsql: contrib/tsm_system_time

2015-05-15 Thread Simon Riggs
contrib/tsm_system_time

Branch
--
master

Details
---
http://git.postgresql.org/pg/commitdiff/56e121a508a1745c6b0c66ad2f237e9b5f03b19d

Modified Files
--
contrib/tsm_system_time/.gitignore |4 +
contrib/tsm_system_time/Makefile   |   21 ++
.../tsm_system_time/expected/tsm_system_time.out   |   54 
contrib/tsm_system_time/sql/tsm_system_time.sql|   14 +
contrib/tsm_system_time/tsm_system_time--1.0.sql   |   40 +++
contrib/tsm_system_time/tsm_system_time.c  |  315 
contrib/tsm_system_time/tsm_system_time.control|5 +
7 files changed, 453 insertions(+)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers


Re: [COMMITTERS] pgsql: contrib/tsm_system_time

2015-05-15 Thread Robert Haas
On Fri, May 15, 2015 at 3:32 PM, Simon Riggs si...@2ndquadrant.com wrote:
 contrib/tsm_system_time

I don't want to be overly critical here, but I find that a pretty
worthless commit message.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers