pgsql: Fix identify_locking_dependencies to reflect the fact that

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix identify_locking_dependencies to reflect the fact that
Date: 2009-03-13 22:50:45
Message-ID: 20090313225045.04A34754AD4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix identify_locking_dependencies to reflect the fact that fix_dependencies
previously repointed TABLE dependencies to TABLE DATA. Mea culpa.

Modified Files:
--------------
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.166 -> r1.167)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.166&r2=1.167)

Browse pgsql-committers by date

  From Date Subject
Next Message ormod 2009-03-14 10:16:17 pgmemcache: pgmemcache pgmemcache.c
Previous Message Tom Lane 2009-03-13 17:46:21 pgsql: Restore previous ordering of BUFFER_FLUSH_START probe.