excessive backpatching of gitignore files

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: excessive backpatching of gitignore files
Date: 2011-07-07 19:58:49
Message-ID: 1310068729.31709.3.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I noticed that the 8.4 branch has a file contrib/pg_upgrade/.gitignore
even though that version does not ship pg_upgrade. Apparently, a
few .gitignore files have been backpatched without checking whether they
apply. pg_archivecleanup and unaccent are also affected, and there
might be other directories introduced in other branches. Should
probably be cleaned up.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-07-07 20:06:41 Re: Inconsistency between postgresql.conf and docs
Previous Message Noah Misch 2011-07-07 19:54:37 Re: Make relation_openrv atomic wrt DDL