~ubuntu-branches/ubuntu/trusty/postgresql-8.4/trusty

« back to all changes in this revision

Viewing changes to src/include/tcop/dest.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:
36
36
 * destroyed by calling its rDestroy method.
37
37
 *
38
38
 * In some cases, receiver objects require additional parameters that must
39
 
 * be passed to them after calling CreateDestReceiver.  Since the set of
 
39
 * be passed to them after calling CreateDestReceiver.  Since the set of
40
40
 * parameters varies for different receiver types, this is not handled by
41
41
 * this module, but by direct calls from the calling code to receiver type
42
42
 * specific functions.
60
60
 * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
61
61
 * Portions Copyright (c) 1994, Regents of the University of California
62
62
 *
63
 
 * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.57 2009/01/01 17:24:01 momjian Exp $
 
63
 * $PostgreSQL: pgsql/src/include/tcop/dest.h,v 1.58 2009/06/11 14:49:12 momjian Exp $
64
64
 *
65
65
 *-------------------------------------------------------------------------
66
66
 */