src/server/plugins/postgresql/resource.h

branch
webdav
changeset 271
fd5765c5068c
parent 270
4cfaa02055cd
child 299
f927ef81a12b
--- a/src/server/plugins/postgresql/resource.h	Sat Jan 22 19:13:40 2022 +0100
+++ b/src/server/plugins/postgresql/resource.h	Tue Jan 25 17:45:56 2022 +0100
@@ -81,7 +81,7 @@
  * if conn is not null but the status is not CONNECTION_OK,
  * conn will be destroyed
  */
-int pg_check_connection(const char *rpname, PGconn *connection);
+int pg_check_connection(int loglevel, const char *rpname, PGconn *connection);
 
 #ifdef __cplusplus
 }

mercurial