summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/sqlda-compat.h
diff options
context:
space:
mode:
authorBruce Momjian2010-02-26 02:01:40 +0000
committerBruce Momjian2010-02-26 02:01:40 +0000
commit65e806cba1f0f154d51caa7478e7192ce58d1056 (patch)
tree99a656d7b4ec6d038d4c24e07fadf75db4c37e79 /src/interfaces/ecpg/include/sqlda-compat.h
parent16040575a04486d8e0823b4e304f4933144baf90 (diff)
pgindent run for 9.0
Diffstat (limited to 'src/interfaces/ecpg/include/sqlda-compat.h')
-rw-r--r--src/interfaces/ecpg/include/sqlda-compat.h54
1 files changed, 27 insertions, 27 deletions
diff --git a/src/interfaces/ecpg/include/sqlda-compat.h b/src/interfaces/ecpg/include/sqlda-compat.h
index e4f56aaadd8..2c4e07c5f1b 100644
--- a/src/interfaces/ecpg/include/sqlda-compat.h
+++ b/src/interfaces/ecpg/include/sqlda-compat.h
@@ -7,41 +7,41 @@
struct sqlvar_compat
{
- short sqltype; /* variable type */
- int sqllen; /* length in bytes */
- char *sqldata; /* pointer to data */
- short *sqlind; /* pointer to indicator */
- char *sqlname; /* variable name */
- char *sqlformat; /* reserved for future use */
- short sqlitype; /* ind variable type */
- short sqlilen; /* ind length in bytes */
- char *sqlidata; /* ind data pointer */
- int sqlxid; /* extended id type */
- char *sqltypename; /* extended type name */
- short sqltypelen; /* length of extended type name */
- short sqlownerlen; /* length of owner name */
- short sqlsourcetype; /* source type for distinct of built-ins */
- char *sqlownername; /* owner name */
- int sqlsourceid; /* extended id of source type */
+ short sqltype; /* variable type */
+ int sqllen; /* length in bytes */
+ char *sqldata; /* pointer to data */
+ short *sqlind; /* pointer to indicator */
+ char *sqlname; /* variable name */
+ char *sqlformat; /* reserved for future use */
+ short sqlitype; /* ind variable type */
+ short sqlilen; /* ind length in bytes */
+ char *sqlidata; /* ind data pointer */
+ int sqlxid; /* extended id type */
+ char *sqltypename; /* extended type name */
+ short sqltypelen; /* length of extended type name */
+ short sqlownerlen; /* length of owner name */
+ short sqlsourcetype; /* source type for distinct of built-ins */
+ char *sqlownername; /* owner name */
+ int sqlsourceid; /* extended id of source type */
/*
- * sqlilongdata is new. It supports data that exceeds the 32k
- * limit. sqlilen and sqlidata are for backward compatibility
- * and they have maximum value of <32K.
+ * sqlilongdata is new. It supports data that exceeds the 32k limit.
+ * sqlilen and sqlidata are for backward compatibility and they have
+ * maximum value of <32K.
*/
- char *sqlilongdata; /* for data field beyond 32K */
- int sqlflags; /* for internal use only */
- void *sqlreserved; /* reserved for future use */
+ char *sqlilongdata; /* for data field beyond 32K */
+ int sqlflags; /* for internal use only */
+ void *sqlreserved; /* reserved for future use */
};
struct sqlda_compat
{
short sqld;
struct sqlvar_compat *sqlvar;
- char desc_name[19]; /* descriptor name */
- short desc_occ; /* size of sqlda structure */
- struct sqlda_compat *desc_next; /* pointer to next sqlda struct */
- void *reserved; /* reserved for future use */
+ char desc_name[19]; /* descriptor name */
+ short desc_occ; /* size of sqlda structure */
+ struct sqlda_compat *desc_next; /* pointer to next sqlda struct */
+ void *reserved; /* reserved for future use */
};
-#endif /* ECPG_SQLDA_COMPAT_H */
+#endif /* ECPG_SQLDA_COMPAT_H */