mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
pgindent run before PG 9.1 beta 1.
This commit is contained in:
@ -216,7 +216,7 @@ ECPGnoticeReceiver(void *arg, const PGresult *result)
|
||||
struct sqlca_t *sqlca = ECPGget_sqlca();
|
||||
int sqlcode;
|
||||
|
||||
(void) arg; /* keep the compiler quiet */
|
||||
(void) arg; /* keep the compiler quiet */
|
||||
if (sqlstate == NULL)
|
||||
sqlstate = ECPG_SQLSTATE_ECPG_INTERNAL_ERROR;
|
||||
|
||||
|
Reference in New Issue
Block a user