8000 Update copyright to 2002. · roskenet/postgres@d84fe82 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d84fe82

Browse files
committed
Update copyright to 2002.
1 parent ba790a5 commit d84fe82

File tree

648 files changed

+1285
-1285
lines changed
  • file
  • freespace
  • ipc
  • large_object
  • lmgr
  • page
  • smgr
  • tcop
  • tioga
  • utils
  • Some content is hidden

    Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

    648 files changed

    +1285
    -1285
    lines changed

    COPYRIGHT

    Lines changed: 1 addition & 1 deletion
    Original file line numberDiff line numberDiff line change
    @@ -1,7 +1,7 @@
    11
    PostgreSQL Database Management System
    22
    (formerly known as Postgres, then as Postgres95)
    33

    4-
    Portions Copyrigh 10000 t (c) 1996-2001, The PostgreSQL Global Development Group
    4+
    Portions Copyright (c) 1996-2002, The PostgreSQL Global Development Group
    55

    66
    Portions Copyright (c) 1994, The Regents of the University of California
    77

    contrib/pg_resetxlog/pg_resetxlog.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -20,10 +20,10 @@
    2020
    * step 2 ...
    2121
    *
    2222
    *
    23-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    23+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    2424
    * Portions Copyright (c) 1994, Regents of the University of California
    2525
    *
    26-
    * $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/pg_resetxlog.c,v 1.17 2002/01/11 21:27:13 tgl Exp $
    26+
    * $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/pg_resetxlog.c,v 1.18 2002/06/20 20:29:24 momjian Exp $
    2727
    *
    2828
    *-------------------------------------------------------------------------
    2929
    */

    contrib/vacuumlo/vacuumlo.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * vacuumlo.c
    44
    * This removes orphaned large objects from a database.
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.11 2002/04/24 02:45:51 momjian Exp $
    11+
    * $Header: /cvsroot/pgsql/contrib/vacuumlo/vacuumlo.c,v 1.12 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    doc/src/sgml/legal.sgml

    Lines changed: 3 additions & 3 deletions
    Original file line numberDiff line numberDiff line change
    @@ -1,17 +1,17 @@
    11
    <!--
    2-
    $Header: /cvsroot/pgsql/doc/src/sgml/legal.sgml,v 1.13 2001/11/21 05:53:41 thomas Exp $
    2+
    $Header: /cvsroot/pgsql/doc/src/sgml/legal.sgml,v 1.14 2002/06/20 20:29:24 momjian Exp $
    33
    -->
    44

    55
    <copyright>
    6-
    <year>1996-2001</year>
    6+
    <year>1996-2002</year>
    77
    <holder>The PostgreSQL Global Development Group</holder>
    88
    </copyright>
    99

    1010
    <legalnotice>
    1111
    <title>Legal Notice</title>
    1212

    1313
    <para>
    14-
    <productname>PostgreSQL</productname> is Copyright &copy; 1996-2001
    14+
    <productname>PostgreSQL</productname> is Copyright &copy; 1996-2002
    1515
    by the PostgreSQL Global Development Group and is distributed under
    1616
    the terms of the license of the University of California below.
    1717
    </para>

    src/backend/access/common/heaptuple.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,12 +4,12 @@
    44
    * This file contains heap tuple accessor and mutator routines, as well
    55
    * as various tuple utilities.
    66
    *
    7-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    7+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    88
    * Portions Copyright (c) 1994, Regents of the University of California
    99
    *
    1010
    *
    1111
    * IDENTIFICATION
    12-
    * $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.76 2002/06/15 19:54:23 momjian Exp $
    12+
    * $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.77 2002/06/20 20:29:24 momjian Exp $
    1313
    *
    1414
    * NOTES
    1515
    * The old interface functions have been converted to macros

    src/backend/access/common/indextuple.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,12 +4,12 @@
    44
    * This file contains index tuple accessor and mutator routines,
    55
    * as well as various tuple utilities.
    66
    *
    7-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    7+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    88
    * Portions Copyright (c) 1994, Regents of the University of California
    99
    *
    1010
    *
    1111
    * IDENTIFICATION
    12-
    * $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.56 2002/05/20 23:51:40 tgl Exp $
    12+
    * $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.57 2002/06/20 20:29:24 momjian Exp $
    1313
    *
    1414
    *-------------------------------------------------------------------------
    1515
    */

    src/backend/access/common/indexvalid.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * indexvalid.c
    44
    * index tuple qualification validity checking code
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.27 2001/07/15 22:48:15 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.28 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/common/printtup.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -5,11 +5,11 @@
    55
    * clients and interactive backends are supported here).
    66
    *
    77
    *
    8-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    8+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    99
    * Portions Copyright (c) 1994, Regents of the University of California
    1010
    *
    1111
    * IDENTIFICATION
    12-
    * $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.61 2002/02/27 19:34:09 tgl Exp $
    12+
    * $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.62 2002/06/20 20:29:24 momjian Exp $
    1313
    *
    1414
    *-------------------------------------------------------------------------
    1515
    */

    src/backend/access/common/scankey.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * scan.c
    44
    * scan direction and key code
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.20 2001/10/06 23:21:43 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.21 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/common/tupdesc.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * tupdesc.c
    44
    * POSTGRES tuple descriptor support code
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.79 2002/06/20 17:19:08 momjian Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.80 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    * NOTES
    1414
    * some of the executor utility code such as "ExecTypeFromTL" should be

    src/backend/access/gist/gist.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,11 +4,11 @@
    44
    * interface routines for the postgres GiST index access method.
    55
    *
    66
    *
    7-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    7+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    88
    * Portions Copyright (c) 1994, Regents of the University of California
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.94 2002/05/28 15:22:33 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.95 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/gist/gistget.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,11 +4,11 @@
    44
    * fetch tuples from a GiST scan.
    55
    *
    66
    *
    7-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    7+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    88
    * Portions Copyright (c) 1994, Regents of the University of California
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/gist/gistget.c,v 1.33 2002/05/20 23:51:41 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/gist/gistget.c,v 1.34 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/gist/gistscan.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,11 +4,11 @@
    44
    * routines to manage scans on GiST index relations
    55
    *
    66
    *
    7-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    7+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    88
    * Portions Copyright (c) 1994, Regents of the University of California
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/gist/gistscan.c,v 1.42 2002/05/20 23:51:41 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/gist/gistscan.c,v 1.43 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/gist/giststrat.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -4,11 +4,11 @@
    44
    * strategy map data for GiSTs.
    55
    *
    66
    *
    7-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    7+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    88
    * Portions Copyright (c) 1994, Regents of the University of California
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/gist/Attic/giststrat.c,v 1.19 2001/10/28 06:25:41 momjian Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/gist/Attic/giststrat.c,v 1.20 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/hash/hash.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * hash.c
    44
    * Implementation of Margo Seltzer's Hashing package for postgres.
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.58 2002/05/24 18:57:55 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hash.c,v 1.59 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    * NOTES
    1414
    * This file contains only the public interface routines.

    src/backend/access/hash/hashfunc.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * hashfunc.c
    44
    * Comparison functions for hash access method.
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashfunc.c,v 1.33 2002/03/09 17:35:35 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashfunc.c,v 1.34 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    * NOTES
    1414
    * These functions are stored in pg_amproc. For each operator class

    src/backend/access/hash/hashinsert.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * hashinsert.c
    44
    * Item insertion in hash tables for Postgres.
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.24 2002/03/06 20:49:40 momjian Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashinsert.c,v 1.25 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/hash/hashovfl.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * hashovfl.c
    44
    * Overflow page management code for the Postgres hash access method
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.32 2002/03/06 20:49:41 momjian Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.33 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    * NOTES
    1414
    * Overflow pages look like ordinary relation pages.

    src/backend/access/hash/hashpage.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * hashpage.c
    44
    * Hash table page management code for the Postgres hash access method
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashpage.c,v 1.35 2002/03/06 20:49:42 momjian Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashpage.c,v 1.36 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    * NOTES
    1414
    * Postgres hash pages look like ordinary relation pages. The opaque

    src/backend/access/hash/hashscan.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * hashscan.c
    44
    * manage scans on hash tables
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashscan.c,v 1.27 2002/05/24 18:57:55 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashscan.c,v 1.28 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    * NOTES
    1414
    * Because we can be doing an index scan on a relation while we

    src/backend/access/hash/hashsearch.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * hashsearch.c
    44
    * search code for postgres hash tables
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashsearch.c,v 1.29 2002/05/24 18:57:55 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashsearch.c,v 1.30 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/hash/hashstrat.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * hashstrat.c
    44
    * Srategy map entries for the hash indexed access method
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.20 2001/10/28 06:25:41 momjian Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.21 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/hash/hashutil.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * hashutil.c
    44
    * Utility code for Postgres hash implementation.
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql B41A /src/backend/access/hash/hashutil.c,v 1.29 2002/05/20 23:51:41 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/hash/hashutil.c,v 1.30 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/heap/heapam.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * heapam.c
    44
    * heap access method code
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.138 2002/06/15 19:54:23 momjian Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.139 2002/06/20 20:29:24 momjian Exp $
    1212
    *
    1313
    *
    1414
    * INTERFACE ROUTINES

    src/backend/access/heap/hio.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * hio.c
    44
    * POSTGRES heap access method input/output code.
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Id: hio.c,v 1.44 2002/03/02 21:39:18 momjian Exp $
    11+
    * $Id: hio.c,v 1.45 2002/06/20 20:29:25 momjian Exp $
    1212
    *
    1313
    *-------------------------------------------------------------------------
    1414
    */

    src/backend/access/index/genam.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * genam.c
    44
    * general index access method routines
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.34 2002/05/24 18:57:55 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/index/genam.c,v 1.35 2002/06/20 20:29:25 momjian Exp $
    1212
    *
    1313
    * NOTES
    1414
    * many of the old access method routines have been turned into

    src/backend/access/index/indexam.c

    Lines changed: 2 additions & 2 deletions
    Original file line numberDiff line numberDiff line change
    @@ -3,12 +3,12 @@
    33
    * indexam.c
    44
    * general index access method routines
    55
    *
    6-
    * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
    6+
    * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
    77
    * Portions Copyright (c) 1994, Regents of the University of California
    88
    *
    99
    *
    1010
    * IDENTIFICATION
    11-
    * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.60 2002/05/24 19:52:43 tgl Exp $
    11+
    * $Header: /cvsroot/pgsql/src/backend/access/index/indexam.c,v 1.61 2002/06/20 20:29:25 momjian Exp $
    1212
    *
    1313
    * INTERFACE ROUTINES
    1414
    * index_open - open an index relation by relation OID

    0 commit comments

    Comments
     (0)
    0