Просмотр исходного кода

- rename files to match the scheme used from the other database modules

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4059 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 лет назад
Родитель
Сommit
423e4c64be

+ 2 - 2
modules/db_postgres/km_dbase.c

@@ -74,8 +74,8 @@
 #include "../../db/db_query.h"
 #include "dbase.h"
 #include "pg_con.h"
-#include "db_val.h"
-#include "db_res.h"
+#include "val.h"
+#include "res.h"
 
 static int free_query(const db_con_t* _con);
 

+ 2 - 2
modules/db_postgres/km_db_res.c → modules/db_postgres/km_res.c

@@ -47,8 +47,8 @@
 #include "../../db/db_con.h"
 #include "../../dprint.h"
 #include "../../mem/mem.h"
-#include "db_res.h"
-#include "db_val.h"
+#include "res.h"
+#include "val.h"
 #include "pg_con.h"
 #include "pg_type.h"
 

+ 0 - 0
modules/db_postgres/km_db_res.h → modules/db_postgres/km_res.h


+ 1 - 1
modules/db_postgres/km_db_val.c → modules/db_postgres/km_val.c

@@ -41,7 +41,7 @@
 #include "pg_con.h"
 
 #include "../../mem/mem.h"
-#include "db_val.h"
+#include "val.h"
 
 #include <string.h>
 #include <time.h>

+ 0 - 0
modules/db_postgres/km_db_val.h → modules/db_postgres/km_val.h