~ubuntu-branches/ubuntu/natty/postgresql-8.4/natty-security

« back to all changes in this revision

Viewing changes to src/include/funcapi.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:
9
9
 *
10
10
 * Copyright (c) 2002-2009, PostgreSQL Global Development Group
11
11
 *
12
 
 * $PostgreSQL: pgsql/src/include/funcapi.h,v 1.28 2009/01/01 17:23:55 momjian Exp $
 
12
 * $PostgreSQL: pgsql/src/include/funcapi.h,v 1.29 2009/06/11 14:49:08 momjian Exp $
13
13
 *
14
14
 *-------------------------------------------------------------------------
15
15
 */
113
113
         *
114
114
         * tuple_desc is for use when returning tuples (i.e. composite data types)
115
115
         * and is only needed if you are going to build the tuples with
116
 
         * heap_form_tuple() rather than with BuildTupleFromCStrings(). Note that
 
116
         * heap_form_tuple() rather than with BuildTupleFromCStrings(). Note that
117
117
         * the TupleDesc pointer stored here should usually have been run through
118
118
         * BlessTupleDesc() first.
119
119
         */