[pgpool-committers: 2634] pgpool: Add unit test of timestamp rewrite into regession test suite

Yugo Nagata nagata at sraoss.co.jp
Thu Aug 20 12:08:13 JST 2015


Add unit test of timestamp rewrite into regession test suite

Branch
------
V3_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=9d566fa667d6a6def047ba1541b6bead3527adf3

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   |  148 ++++++++++++++++++++
.../010.rewrite_timestamp/timestamp/parse_schedule |    3 +
.../tests/010.rewrite_timestamp/timestamp/run-test |   69 +++++++++
11 files changed, 293 insertions(+)



More information about the pgpool-committers mailing list