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

« back to all changes in this revision

Viewing changes to src/backend/utils/cache/syscache.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:
8
8
 *
9
9
 *
10
10
 * IDENTIFICATION
11
 
 *        $PostgreSQL: pgsql/src/backend/utils/cache/syscache.c,v 1.119 2009/01/01 17:23:50 momjian Exp $
 
11
 *        $PostgreSQL: pgsql/src/backend/utils/cache/syscache.c,v 1.120 2009/06/11 14:49:05 momjian Exp $
12
12
 *
13
13
 * NOTES
14
14
 *        These routines allow the parser/planner/executor to perform
368
368
                },
369
369
                256
370
370
        },
371
 
        {ForeignDataWrapperRelationId,                  /* FOREIGNDATAWRAPPERNAME */
 
371
        {ForeignDataWrapperRelationId,          /* FOREIGNDATAWRAPPERNAME */
372
372
                ForeignDataWrapperNameIndexId,
373
373
                0,
374
374
                1,
380
380
                },
381
381
                8
382
382
        },
383
 
        {ForeignDataWrapperRelationId,                  /* FOREIGNDATAWRAPPEROID */
 
383
        {ForeignDataWrapperRelationId,          /* FOREIGNDATAWRAPPEROID */
384
384
                ForeignDataWrapperOidIndexId,
385
385
                0,
386
386
                1,
392
392
                },
393
393
                8
394
394
        },
395
 
        {ForeignServerRelationId,                       /* FOREIGNSERVERNAME */
 
395
        {ForeignServerRelationId,       /* FOREIGNSERVERNAME */
396
396
                ForeignServerNameIndexId,
397
397
                0,
398
398
                1,
404
404
                },
405
405
                32
406
406
        },
407
 
        {ForeignServerRelationId,                       /* FOREIGNSERVEROID */
 
407
        {ForeignServerRelationId,       /* FOREIGNSERVEROID */
408
408
                ForeignServerOidIndexId,
409
409
                0,
410
410
                1,
728
728
                },
729
729
                1024
730
730
        },
731
 
        {UserMappingRelationId,                  /* USERMAPPINGOID */
 
731
        {UserMappingRelationId,         /* USERMAPPINGOID */
732
732
                UserMappingOidIndexId,
733
733
                0,
734
734
                1,
740
740
                },
741
741
                128
742
742
        },
743
 
        {UserMappingRelationId,                  /* USERMAPPINGUSERSERVER */
 
743
        {UserMappingRelationId,         /* USERMAPPINGUSERSERVER */
744
744
                UserMappingUserServerIndexId,
745
745
                0,
746
746
                2,