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

« back to all changes in this revision

Viewing changes to src/backend/storage/buffer/localbuf.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:
9
9
 *
10
10
 *
11
11
 * IDENTIFICATION
12
 
 *        $PostgreSQL: pgsql/src/backend/storage/buffer/localbuf.c,v 1.86 2009/01/12 05:10:44 tgl Exp $
 
12
 *        $PostgreSQL: pgsql/src/backend/storage/buffer/localbuf.c,v 1.87 2009/06/11 14:49:01 momjian Exp $
13
13
 *
14
14
 *-------------------------------------------------------------------------
15
15
 */
85
85
 
86
86
        /* Not in buffers, so initiate prefetch */
87
87
        smgrprefetch(smgr, forkNum, blockNum);
88
 
#endif /* USE_PREFETCH */
 
88
#endif   /* USE_PREFETCH */
89
89
}
90
90
 
91
91
 
149
149
 
150
150
#ifdef LBDEBUG
151
151
        fprintf(stderr, "LB ALLOC (%u,%d,%d) %d\n",
152
 
                smgr->smgr_rnode.relNode, forkNum, blockNum, -nextFreeLocalBuf - 1);
 
152
                 smgr->smgr_rnode.relNode, forkNum, blockNum, -nextFreeLocalBuf - 1);
153
153
#endif
154
154
 
155
155
        /*