1
0
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:
Michael Meskes
2000-02-15 19:23:20 +00:00
parent 6124c674ce
commit 30f16e72a4
3 changed files with 21 additions and 16 deletions

View File

@ -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];