~ubuntu-branches/ubuntu/lucid/postgresql-8.4/lucid-proposed

« back to all changes in this revision

Viewing changes to src/backend/storage/lmgr/deadlock.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-11 16:59:35 UTC
  • mfrom: (5.1.1 karmic)
  • Revision ID: james.westby@ubuntu.com-20090711165935-jfwin6gfrxf0gfsi
Tags: 8.4.0-2
* debian/libpq-dev.install: Ship catalog/genbki.h. (Closes: #536139)
* debian/rules: Drop --enable-cassert for final release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 *
13
13
 *
14
14
 * IDENTIFICATION
15
 
 *        $PostgreSQL: pgsql/src/backend/storage/lmgr/deadlock.c,v 1.56 2009/01/01 17:23:47 momjian Exp $
 
15
 *        $PostgreSQL: pgsql/src/backend/storage/lmgr/deadlock.c,v 1.57 2009/06/11 14:49:02 momjian Exp $
16
16
 *
17
17
 *      Interface:
18
18
 *
933
933
                appendStringInfo(&logbuf,
934
934
                                                 _("Process %d: %s"),
935
935
                                                 info->pid,
936
 
                                                 pgstat_get_backend_current_activity(info->pid, false));
 
936
                                          pgstat_get_backend_current_activity(info->pid, false));
937
937
        }
938
938
 
939
939
        ereport(ERROR,