summaryrefslogtreecommitdiffstats
path: root/server/parser/pgsql.c
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-10-22 17:17:56 +0200
committerDavid Sommerseth <davids@redhat.com>2009-10-22 17:17:56 +0200
commit9ab14fa4b7287dd8cb3e36879d9dd018986ca695 (patch)
treefc551327e6b47de3ddfc435066ee4239752b1029 /server/parser/pgsql.c
parent092d12e5f5d1acb81202b29a21de752de61aad9d (diff)
Fixed doxygen errors
Diffstat (limited to 'server/parser/pgsql.c')
-rw-r--r--server/parser/pgsql.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/parser/pgsql.c b/server/parser/pgsql.c
index 2d48289..2b25412 100644
--- a/server/parser/pgsql.c
+++ b/server/parser/pgsql.c
@@ -48,6 +48,8 @@
* Connect to a database, based on the given configuration
*
* @param cfg eurephiaVALUES containing the configuration
+ * @param id Database connection ID. Used to identify which thread is doing what with the database
+ * @param log Log context, where all logging will go
*
* @return Returns a database connection context
*/