diff options
author | Marc G. Fournier <scrappy@hub.org> | 1997-03-04 05:32:26 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1997-03-04 05:32:26 +0000 |
commit | 83978e1ea72d73f61bbdb651856ab6c8f527b94a (patch) | |
tree | 0dd38a9f157caf5e171e096cccee010f3fccc416 /src/include/utils/memutils.h | |
parent | 497e3c9b5e1cbc0070fda64a15ce5ded4213be92 (diff) |
This is a set of single row character functions, defined for the datatype
text, which are supposed to behave exactly as their Oracle counterparts.
From: Edmund Mergl <E.Mergl@bawue.de>
Diffstat (limited to 'src/include/utils/memutils.h')
-rw-r--r-- | src/include/utils/memutils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h index 35f1a765054..a6dad68b222 100644 --- a/src/include/utils/memutils.h +++ b/src/include/utils/memutils.h @@ -15,7 +15,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: memutils.h,v 1.4 1996/11/04 04:00:48 momjian Exp $ + * $Id: memutils.h,v 1.5 1997/03/04 05:32:26 scrappy Exp $ * * NOTES * some of the information in this file will be moved to @@ -244,8 +244,6 @@ extern void AllocSetDump(AllocSet set); */ typedef int LibCCopyLength; -typedef CLibCopyLength; - /* * MemoryCopy -- * Copies fixed length block of memory to another. |