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

« back to all changes in this revision

Viewing changes to src/backend/utils/fmgr/funcapi.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:
7
7
 * Copyright (c) 2002-2009, PostgreSQL Global Development Group
8
8
 *
9
9
 * IDENTIFICATION
10
 
 *        $PostgreSQL: pgsql/src/backend/utils/fmgr/funcapi.c,v 1.44 2009/01/01 17:23:51 momjian Exp $
 
10
 *        $PostgreSQL: pgsql/src/backend/utils/fmgr/funcapi.c,v 1.45 2009/06/11 14:49:05 momjian Exp $
11
11
 *
12
12
 *-------------------------------------------------------------------------
13
13
 */
64
64
                /*
65
65
                 * First call
66
66
                 */
67
 
                ReturnSetInfo  *rsi = (ReturnSetInfo *) fcinfo->resultinfo;
68
 
                MemoryContext   multi_call_ctx;
 
67
                ReturnSetInfo *rsi = (ReturnSetInfo *) fcinfo->resultinfo;
 
68
                MemoryContext multi_call_ctx;
69
69
 
70
70
                /*
71
71
                 * Create a suitably long-lived context to hold cross-call data