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

« back to all changes in this revision

Viewing changes to src/include/catalog/genbki.h

  • 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
 * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
13
13
 * Portions Copyright (c) 1994, Regents of the University of California
14
14
 *
15
 
 * $PostgreSQL: pgsql/src/include/catalog/genbki.h,v 1.2 2009/01/01 17:23:56 momjian Exp $
 
15
 * $PostgreSQL: pgsql/src/include/catalog/genbki.h,v 1.3 2009/06/11 14:49:09 momjian Exp $
16
16
 *
17
17
 *-------------------------------------------------------------------------
18
18
 */
19
 
#ifndef GENBKI_H 
 
19
#ifndef GENBKI_H
20
20
#define GENBKI_H
21
21
 
22
22
/* Introduces a catalog's structure definition */