mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Remove __FUNCTION__ keyword that is not recognized by som compilers.
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
/*
|
||||
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlda-native.h,v 1.1 2010/01/05 16:38:23 meskes Exp $
|
||||
* $PostgreSQL: pgsql/src/interfaces/ecpg/include/sqlda-native.h,v 1.2 2010/01/06 15:10:21 meskes Exp $
|
||||
*/
|
||||
|
||||
#ifndef ECPG_SQLDA_NATIVE_H
|
||||
#define ECPG_SQLDA_NATIVE_H
|
||||
|
||||
#include "postgres_fe.h"
|
||||
/*
|
||||
* Maximum length for identifiers (e.g. table names, column names,
|
||||
* function names). Names actually are limited to one less byte than this,
|
||||
* because the length must include a trailing zero byte.
|
||||
*
|
||||
* This should be at least as much as NAMEDATALEN of the database the
|
||||
* applications run against.
|
||||
*/
|
||||
#define NAMEDATALEN 64
|
||||
|
||||
struct sqlname
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user