1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

pgindent run on all C files. Java run to follow. initdb/regression

tests pass.
This commit is contained in:
Bruce Momjian
2001-10-25 05:50:21 +00:00
parent 59da2105d8
commit b81844b173
818 changed files with 21684 additions and 20491 deletions

View File

@ -229,7 +229,7 @@ msqlGetSequenceInfo(int a, char *b)
{
}
m_field *
m_field *
msqlFetchField(m_result * mr)
{
m_field *m = (m_field *) mr->fieldCursor;
@ -242,7 +242,7 @@ msqlFetchField(m_result * mr)
return NULL;
}
m_result *
m_result *
msqlListDBs(int a)
{
m_result *m;
@ -256,7 +256,7 @@ msqlListDBs(int a)
return NULL;
}
m_result *
m_result *
msqlListTables(int a)
{
m_result *m;
@ -272,13 +272,13 @@ msqlListTables(int a)
return NULL;
}
m_result *
m_result *
msqlListFields(int a, char *b)
{
}
m_result *
m_result *
msqlListIndex(int a, char *b, char *c)
{
m_result *m;
@ -294,7 +294,7 @@ msqlListIndex(int a, char *b, char *c)
return NULL;
}
m_result *
m_result *
msqlStoreResult(void)
{
if (queryres)