mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Run pgindent on ODBC code only, to reformat new comments.
This commit is contained in:
@ -215,8 +215,8 @@ struct StatementClass_
|
||||
* substitution */
|
||||
|
||||
char pre_executing; /* This statement is prematurely executing */
|
||||
char inaccurate_result; /* Current status is PREMATURE
|
||||
* but result is inaccurate */
|
||||
char inaccurate_result; /* Current status is PREMATURE but
|
||||
* result is inaccurate */
|
||||
};
|
||||
|
||||
#define SC_get_conn(a) (a->hdbc)
|
||||
|
Reference in New Issue
Block a user