deparse: initial testing framework
authorIan Barwick <ian@2ndquadrant.com>
Thu, 27 Nov 2014 07:05:13 +0000 (16:05 +0900)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 7 Apr 2015 17:09:41 +0000 (14:09 -0300)
commit37408ae6b42301fb04516034c3e103bf2fae9990
treec735ecdbe4b106bc2af8166482f5d8f08cfc09d6
parenteb330531128824f1ae0c63276db762cbcdbaf3be
deparse: initial testing framework

Test with:

make -C src/test/regress deparsecheck
12 files changed:
src/test/regress/GNUmakefile
src/test/regress/expected/alter_table.out
src/test/regress/expected/create_function_ddl_demo.out [new file with mode: 0644]
src/test/regress/expected/deparse_init.out [new file with mode: 0644]
src/test/regress/expected/sanity_check.out
src/test/regress/input/deparse_test.source [new file with mode: 0644]
src/test/regress/output/deparse_test.source [new file with mode: 0644]
src/test/regress/pg_regress.c
src/test/regress/sql/alter_table.sql
src/test/regress/sql/create_function_ddl_demo.sql [new file with mode: 0644]
src/test/regress/sql/deparse_init.sql [new file with mode: 0644]
src/test/regress/sql/sanity_check.sql