mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
pgindent run before 6.3 release, with Thomas' requested changes.
This commit is contained in:
@@ -37,9 +37,9 @@ main()
|
||||
*pgoptions,
|
||||
*pgtty;
|
||||
char *dbName;
|
||||
/* int nFields;
|
||||
* int i,
|
||||
* j;
|
||||
|
||||
/*
|
||||
* int nFields; int i, j;
|
||||
*/
|
||||
|
||||
PGconn *conn;
|
||||
@@ -106,5 +106,6 @@ main()
|
||||
|
||||
/* close the connection to the database and cleanup */
|
||||
PQfinish(conn);
|
||||
return 0; /* Though PQfinish(conn1) has called exit(1) */
|
||||
return 0; /* Though PQfinish(conn1) has called
|
||||
* exit(1) */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user