1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-08 00:47:37 +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 @@
/*-------------------------------------------------------------------------
*
* memnodes.h--
* memnodes.h
* POSTGRES memory context node definitions.
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: memnodes.h,v 1.9 1999/02/06 16:50:30 wieck Exp $
* $Id: memnodes.h,v 1.10 1999/02/13 23:21:38 momjian Exp $
*
* XXX the typedefs in this file are different from the other ???nodes.h;
* they are pointers to structures instead of the structures themselves.
@@ -23,7 +23,7 @@
#include <nodes/nodes.h>
/*
* MemoryContext --
* MemoryContext
* A logical context in which memory allocations occur.
*
* The types of memory contexts can be thought of as members of the
@@ -91,7 +91,7 @@ typedef struct PortalHeapMemoryData
} *PortalHeapMemory;
/*
* MemoryContextIsValid --
* MemoryContextIsValid
* True iff memory context is valid.
*/
#define MemoryContextIsValid(context) \