pg_upgrade regression test litters the source tree with log files

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: pg_upgrade regression test litters the source tree with log files
Date: 2013-01-08 18:08:44
Message-ID: 11319.1357668524@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In a tree in which I previously ran "make check" in contrib/pg_upgrade:

$ make -s distclean
$ git status
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# contrib/pg_upgrade/pg_upgrade_dump_1.log
# contrib/pg_upgrade/pg_upgrade_dump_12912.log
# contrib/pg_upgrade/pg_upgrade_dump_16384.log
nothing added to commit but untracked files present (use "git add" to track)

Not sure how long this has been happening.

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2013-01-08 18:46:12 Re: Cascading replication: should we detect/prevent cycles?
Previous Message Daniele Varrazzo 2013-01-08 16:55:58 Re: PL/Python result object str handler