1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Change my-function-name-- to my_function_name, and optimizer renames.

This commit is contained in:
Bruce Momjian
1999-02-13 23:22:53 +00:00
parent 8c3fff7337
commit 6724a50787
617 changed files with 2005 additions and 2031 deletions

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* alpha.h--
* alpha.h
* prototypes for OSF/1-specific routines
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: alpha.h,v 1.2 1998/09/01 04:30:52 momjian Exp $
* $Id: alpha.h,v 1.3 1999/02/13 23:17:15 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for NetBSD 1.0
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: bsd.h,v 1.2 1998/09/01 04:30:55 momjian Exp $
* $Id: bsd.h,v 1.3 1999/02/13 23:17:16 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* dynloader.c--
* dynloader.c
* Dynamic Loader for Postgres for Linux, generated from those for
* Ultrix.
*

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for SunOS 4
*
*
* Copyright (c) 1994, Regents of the University of California
*
* port-protos.h,v 1.2 1995/05/25 22:51:03 andrew Exp
* port_protos.h,v 1.2 1995/05/25 22:51:03 andrew Exp
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,10 +1,10 @@
/*-------------------------------------------------------------------------
*
* dgux.h--
* dgux.h
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: dgux.h,v 1.4 1998/09/01 04:30:58 momjian Exp $
* $Id: dgux.h,v 1.5 1999/02/13 23:17:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for NetBSD 1.0
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: freebsd.h,v 1.1 1998/10/27 04:41:29 scrappy Exp $
* $Id: freebsd.h,v 1.2 1999/02/13 23:17:19 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
* dynloader.c--
* dynloader.c
* dynamic loader for HP-UX using the shared library mechanism
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.6 1999/01/17 03:04:50 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.c,v 1.7 1999/02/13 23:17:20 momjian Exp $
*
* NOTES
* all functions are defined here -- it's impossible to trace the

View File

@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
* dynloader.h--
* dynloader.h
* dynamic loader for HP-UX using the shared library mechanism
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.1 1998/01/26 02:48:36 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/hpux.h,v 1.2 1999/02/13 23:17:21 momjian Exp $
*
* NOTES
* all functions are defined here -- it's impossible to trace the

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for Irix 5
*
*
* Copyright (c) 1994, Regents of the University of California
*
* port-protos.h,v 1.2 1995/03/17 06:40:18 andrew Exp
* port_protos.h,v 1.2 1995/03/17 06:40:18 andrew Exp
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* dynloader.c--
* dynloader.c
* Dynamic Loader for Postgres for Linux, generated from those for
* Ultrix.
*
@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.9 1998/09/01 03:24:40 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/linux.c,v 1.10 1999/02/13 23:17:22 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for Linux
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: linux.h,v 1.4 1998/09/01 04:31:01 momjian Exp $
* $Id: linux.h,v 1.5 1999/02/13 23:17:23 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for NeXT
*

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for SCO 3.2v5.2
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: sco.h,v 1.2 1998/09/01 04:31:04 momjian Exp $
* $Id: sco.h,v 1.3 1999/02/13 23:17:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for SunOS 4
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: solaris_i386.h,v 1.2 1998/09/01 04:31:06 momjian Exp $
* $Id: solaris_i386.h,v 1.3 1999/02/13 23:17:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for SunOS 4
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: solaris_sparc.h,v 1.2 1998/09/01 04:31:07 momjian Exp $
* $Id: solaris_sparc.h,v 1.3 1999/02/13 23:17:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for SunOS 4
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: sunos4.h,v 1.2 1998/09/01 04:31:08 momjian Exp $
* $Id: sunos4.h,v 1.3 1999/02/13 23:17:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* dynloader.h--
* dynloader.h
* port-specific prototypes for Intel x86/Intel SVR4
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: svr4.h,v 1.2 1998/09/01 04:31:10 momjian Exp $
* $Id: svr4.h,v 1.3 1999/02/13 23:17:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* dynloader.c--
* dynloader.c
* This dynamic loader uses Andrew Yu's libdl-1.0 package for Ultrix 4.x.
* (Note that pg_dlsym and pg_dlclose are actually macros defined in
* "port-protos.h".)
@@ -9,7 +9,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.4 1999/01/17 03:04:50 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/port/dynloader/ultrix4.c,v 1.5 1999/02/13 23:17:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,19 +1,19 @@
/*-------------------------------------------------------------------------
*
* dl.h--
* dl.h
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: ultrix4.h,v 1.2 1998/09/01 04:31:11 momjian Exp $
* $Id: ultrix4.h,v 1.3 1999/02/13 23:17:29 momjian Exp $
*
*-------------------------------------------------------------------------
*/
/*
* Ultrix 4.x Dynamic Loader Library Version 1.0
*
* dl.h--
* dl.h
* header file for the Dynamic Loader Library
*
*

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* univel.h--
* univel.h
* port-specific prototypes for Intel x86/UNIXWARE
*
*

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* unixware.h--
* unixware.h
* port-specific prototypes for Intel x86/UNIXWARE 7
*
*

View File

@@ -1,6 +1,6 @@
/*-------------------------------------------------------------------------
*
* win.h--
* win.h
* port-specific prototypes for Intel x86/Window NT
*
*

View File

@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
* fixade.h--
* fixade.h
* compiler tricks to make things work while POSTGRES does non-native
* dereferences on PA-RISC.
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: fixade.h,v 1.4 1998/09/01 04:31:16 momjian Exp $
* $Id: fixade.h,v 1.5 1999/02/13 23:17:33 momjian Exp $
*
* NOTES
* This must be included in EVERY source file.

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* port-protos.h--
* port_protos.h
* port-specific prototypes for HP-UX
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: port-protos.h,v 1.6 1998/09/01 04:31:17 momjian Exp $
* $Id: port-protos.h,v 1.7 1999/02/13 23:17:34 momjian Exp $
*
*-------------------------------------------------------------------------
*/

View File

@@ -1,12 +1,12 @@
/*-------------------------------------------------------------------------
*
* float.h--
* float.h
* definitions for ANSI floating point
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: float.h,v 1.3 1998/09/01 04:31:19 momjian Exp $
* $Id: float.h,v 1.4 1999/02/13 23:17:37 momjian Exp $
*
* NOTES
* These come straight out of ANSI X3.159-1989 (p.18) and