~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to contrib/intarray/_int_gin.c

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu Archive Backport
  • Date: 2009-11-09 13:46:16 UTC
  • mfrom: (5.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091109134616-ae14l9tr3g7p2t9y
Tags: 8.4.1-1~hardy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $PostgreSQL: pgsql/contrib/intarray/_int_gin.c,v 1.9 2009/03/25 22:19:01 tgl Exp $ 
 
2
 * $PostgreSQL: pgsql/contrib/intarray/_int_gin.c,v 1.10 2009/06/11 14:48:51 momjian Exp $
3
3
 */
4
4
#include "postgres.h"
5
5
 
90
90
{
91
91
        bool       *check = (bool *) PG_GETARG_POINTER(0);
92
92
        StrategyNumber strategy = PG_GETARG_UINT16(1);
 
93
 
93
94
        /* int32        nkeys = PG_GETARG_INT32(3); */
94
95
        /* Pointer         *extra_data = (Pointer *) PG_GETARG_POINTER(4); */
95
96
        bool       *recheck = (bool *) PG_GETARG_POINTER(5);