mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
*** empty log message ***
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
#ifndef POSTGRES_SQLCA_H
|
||||
#define POSTGRES_SQLCA_H
|
||||
|
||||
#define SQLERRMC_LEN 70
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
@ -14,7 +16,7 @@ extern "C"
|
||||
struct
|
||||
{
|
||||
int sqlerrml;
|
||||
char sqlerrmc[70];
|
||||
char sqlerrmc[SQLERRMC_LEN];
|
||||
} sqlerrm;
|
||||
char sqlerrp[8];
|
||||
long sqlerrd[6];
|
||||
|
Reference in New Issue
Block a user