1
0
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:
Bruce Momjian
1998-02-26 04:46:47 +00:00
parent 757bf69a2e
commit a32450a585
430 changed files with 12390 additions and 10292 deletions

View File

@@ -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) */
}