[pgpool-committers: 2650] pgpool: Add timestamp-rewrite unit test to regression test suite
Yugo Nagata
nagata at sraoss.co.jp
Fri Aug 21 15:32:13 JST 2015
Add timestamp-rewrite unit test to regression test suite
Branch
------
V3_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=51f9211ca3fd9af77628b61e7f62ee337e7855aa
Modified Files
--------------
.../tests/010.rewrite_timestamp/expected.txt | 4 +
.../regression/tests/010.rewrite_timestamp/test.sh | 19 +++
.../tests/010.rewrite_timestamp/timestamp/Makefile | 33 +++++
.../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 | 141 ++++++++++++++++++++
.../010.rewrite_timestamp/timestamp/parse_schedule | 3 +
.../tests/010.rewrite_timestamp/timestamp/run-test | 69 ++++++++++
12 files changed, 319 insertions(+)
More information about the pgpool-committers
mailing list