mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
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>
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user