aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/misc.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-05-08 17:12:36 +0000
committerBruce Momjian <bruce@momjian.us>2001-05-08 17:12:36 +0000
commit1c551683cb99d94ebb44be0b94a0e03dd1d9a0f8 (patch)
tree99279ec899019d77b252ec91508e0d675021d54d /src/interfaces/odbc/misc.c
parent296e7ba2ba27847a152d77a41115e2f1db240779 (diff)
downloadpostgresql-1c551683cb99d94ebb44be0b94a0e03dd1d9a0f8.tar.gz
postgresql-1c551683cb99d94ebb44be0b94a0e03dd1d9a0f8.zip
Run pgindent on ODBC code only, to reformat new comments.
Diffstat (limited to 'src/interfaces/odbc/misc.c')
-rw-r--r--src/interfaces/odbc/misc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/misc.c b/src/interfaces/odbc/misc.c
index 84987806c38..ae75320bb53 100644
--- a/src/interfaces/odbc/misc.c
+++ b/src/interfaces/odbc/misc.c
@@ -85,6 +85,7 @@ mylog(char *fmt,...)
va_end(args);
}
}
+
#endif
@@ -114,6 +115,7 @@ qlog(char *fmt,...)
va_end(args);
}
}
+
#endif
/* Undefine these because windows.h will redefine and cause a warning */