[pgpool-committers: 2635] pgpool: Add timestamp-rewrite unit test	to regression test suite
    Yugo Nagata 
    nagata at sraoss.co.jp
       
    Thu Aug 20 13:08:27 JST 2015
    
    
  
Add timestamp-rewrite unit test to regression test suite
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e22b7740f328e3a71b04a3a133ce084a90df0327
Modified Files
--------------
.../tests/010.rewrite_timestamp/expected.txt       |    4 +
.../regression/tests/010.rewrite_timestamp/test.sh |   19 +++
.../timestamp/expected/insert.out                  |   16 +++
.../timestamp/expected/misc.out                    |    3 +
.../timestamp/expected/update.out                  |    6 +
.../timestamp/input/insert.sql                     |   16 +++
.../010.rewrite_timestamp/timestamp/input/misc.sql |    3 +
.../timestamp/input/update.sql                     |    6 +
.../tests/010.rewrite_timestamp/timestamp/main.c   |  150 ++++++++++++++++++++
.../010.rewrite_timestamp/timestamp/parse_schedule |    3 +
.../tests/010.rewrite_timestamp/timestamp/run-test |   69 +++++++++
11 files changed, 295 insertions(+)
    
    
More information about the pgpool-committers
mailing list