pgsql: "Fix" test_ddl_deparse regress test schedule

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: "Fix" test_ddl_deparse regress test schedule
Date: 2015-05-12 15:12:41
Message-ID: E1YsBrN-0001eZ-H4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

"Fix" test_ddl_deparse regress test schedule

MSVC is not smart enough to figure it out, so dumb down the Makefile and
remove the schedule file.

Also add a .gitignore file.

Author: Michael Paquier

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/007c932e5aaf6d68087f134b8557bbb7db149e94

Modified Files
--------------
src/test/modules/test_ddl_deparse/.gitignore | 1 +
src/test/modules/test_ddl_deparse/Makefile | 24 +++++++++++++++++++-
src/test/modules/test_ddl_deparse/regress_schedule | 21 -----------------
3 files changed, 24 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-05-12 15:31:37 Re: pgsql: Allow on-the-fly capture of DDL event details
Previous Message Bruce Momjian 2015-05-12 15:01:49 Re: pgsql: Improve speed of make check-world