Skip to content

Commit 6724a50

Browse files
committed
Change my-function-name-- to my_function_name, and optimizer renames.
1 parent 8c3fff7 commit 6724a50

File tree

617 files changed

+2005
-2031
lines changed

Some content is hidden

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

617 files changed

+2005
-2031
lines changed

src/backend/access/common/heaptuple.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* heaptuple.c--
3+
* heaptuple.c
44
* This file contains heap tuple accessor and mutator routines, as well
55
* as a few various tuple utilities.
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.48 1999/02/03 21:15:27 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/heaptuple.c,v 1.49 1999/02/13 23:14:10 momjian Exp $
1212
*
1313
* NOTES
1414
* The old interface functions have been converted to macros

src/backend/access/common/heapvalid.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* heapvalid.c--
3+
* heapvalid.c
44
* heap tuple qualification validity checking code
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.22 1998/11/27 19:51:28 vadim Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/heapvalid.c,v 1.23 1999/02/13 23:14:11 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

src/backend/access/common/indextuple.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* indextuple.c--
3+
* indextuple.c
44
* This file contains index tuple accessor and mutator routines,
55
* as well as a few various tuple utilities.
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.32 1998/09/07 05:35:28 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/indextuple.c,v 1.33 1999/02/13 23:14:11 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/common/indexvalid.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* indexvalid.c--
3+
* indexvalid.c
44
* index tuple qualification validity checking code
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.20 1998/09/01 03:20:44 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/Attic/indexvalid.c,v 1.21 1999/02/13 23:14:12 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/

src/backend/access/common/printtup.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* printtup.c--
3+
* printtup.c
44
* Routines to print out tuples to the destination (binary or non-binary
55
* portals, frontend/interactive backend, etc.).
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.41 1999/01/27 01:11:43 tgl Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/access/common/printtup.c,v 1.42 1999/02/13 23:14:12 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/

src/backend/access/common/scankey.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* scan.c--
3+
* scan.c
44
* scan direction and key code
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.12 1998/06/15 18:39:22 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/scankey.c,v 1.13 1999/02/13 23:14:13 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -18,7 +18,7 @@
1818
#include <access/skey.h>
1919

2020
/*
21-
* ScanKeyEntryIsLegal --
21+
* ScanKeyEntryIsLegal
2222
* True iff the scan key entry is legal.
2323
*/
2424
#define ScanKeyEntryIsLegal(entry) \
@@ -28,7 +28,7 @@
2828
)
2929

3030
/*
31-
* ScanKeyEntrySetIllegal --
31+
* ScanKeyEntrySetIllegal
3232
* Marks a scan key entry as illegal.
3333
*/
3434
void
@@ -43,7 +43,7 @@ ScanKeyEntrySetIllegal(ScanKey entry)
4343
}
4444

4545
/*
46-
* ScanKeyEntryInitialize --
46+
* ScanKeyEntryInitialize
4747
* Initializes an scan key entry.
4848
*
4949
* Note:

src/backend/access/common/tupdesc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* tupdesc.c--
3+
* tupdesc.c
44
* POSTGRES tuple descriptor support code
55
*
66
* Copyright (c) 1994, Regents of the University of California
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.47 1999/02/03 21:15:27 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/access/common/tupdesc.c,v 1.48 1999/02/13 23:14:14 momjian Exp $
1111
*
1212
* NOTES
1313
* some of the executor utility code such as "ExecTypeFromTL" should be

src/backend/access/gist/gist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* gist.c--
3+
* gist.c
44
* interface routines for the postgres GiST index access method.
55
*
66
*

src/backend/access/gist/gistget.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* gistget.c--
3+
* gistget.c
44
* fetch tuples from a GiST scan.
55
*
66
*

src/backend/access/gist/gistscan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*-------------------------------------------------------------------------
22
*
3-
* gistscan.c--
3+
* gistscan.c
44
* routines to manage scans on index relations
55
*
66
*

0 commit comments

Comments
 (0)