aboutsummaryrefslogtreecommitdiff
path: root/src/pgsql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgsql.c')
-rw-r--r--src/pgsql.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/pgsql.c b/src/pgsql.c
new file mode 100644
index 0000000..e67e26c
--- /dev/null
+++ b/src/pgsql.c
@@ -0,0 +1,7 @@
+/* This file is a placeholder */
+#include "dbrw.h"
+
+static struct dbrw_backend pgsql_backend = {
+ "pgsql",
+ /* FIXME */
+};

Return to:

Send suggestions and report system problems to the System administrator.