greenplumn ascii 源码

  • 2022-08-18
  • 浏览 (407)

greenplumn ascii 代码

文件路径:/src/include/utils/ascii.h

/*-----------------------------------------------------------------------
 * ascii.h
 *
 *	 Portions Copyright (c) 1999-2019, PostgreSQL Global Development Group
 *
 * src/include/utils/ascii.h
 *
 *-----------------------------------------------------------------------
 */

#ifndef _ASCII_H_
#define _ASCII_H_

extern void ascii_safe_strlcpy(char *dest, const char *src, size_t destsiz);

#endif							/* _ASCII_H_ */

相关信息

greenplumn 源码目录

相关文章

greenplumn acl 源码

greenplumn aclchk_internal 源码

greenplumn array 源码

greenplumn arrayaccess 源码

greenplumn attoptcache 源码

greenplumn backend_cancel 源码

greenplumn bitmap_compression 源码

greenplumn bitstream 源码

greenplumn builtins 源码

greenplumn bytea 源码

0  赞