Log Message:
---
Make DROP INDEX lock the parent table before locking the index. This behavior
is necessary to avoid deadlock against ordinary queries, but we'd broken it
with recent changes that made the DROP machinery lock the index before
arriving at index_drop. Per intermittent buildf
Log Message:
---
Add script to find .c and .h files that are missing CVS PostgreSQL markers
and add them. Avoids third party files or those that would cause regression
failures.
Added Files:
---
pgsql/src/tools:
add_cvs_markers (r1.1)
(http://anoncvs.postgresql
[EMAIL PROTECTED] (Andrew Dunstan) writes:
> Add script to find .c and .h files that are missing CVS PostgreSQL markers
> and add them. Avoids third party files or those that would cause regression
> failures.
It rather looks like CVS broke that script for you. You'll need to find
some way around
Log Message:
---
Prevent CVS from mangling script
Modified Files:
--
pgsql/src/tools:
add_cvs_markers (r1.1 -> r1.2)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/add_cvs_markers?r1=1.1&r2=1.2)
--
Sent via pgsql-committers mailing list (pgsql-
Tom Lane wrote:
[EMAIL PROTECTED] (Andrew Dunstan) writes:
Add script to find .c and .h files that are missing CVS PostgreSQL markers
and add them. Avoids third party files or those that would cause regression
failures.
It rather looks like CVS broke that script for you. You'll need
Log Message:
---
Rewrite docs section about routine vacuuming --- it's gotten rather mangled of
late, with lots of redundancy, bad grammar, and just plain poor exposition.
Make it clear that autovacuum is now considered the normal solution.
Modified Files:
--
pgsql/doc/src/