From a9b7e2562f0fbd8ea9c00d251d9438b15d2fb748 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Apr 2012 20:35:26 +0200 Subject: removed funny locking ideas and ref_counter in database, this is not the solution! --- pgsql.h | 1 - 1 file changed, 1 deletion(-) (limited to 'pgsql.h') diff --git a/pgsql.h b/pgsql.h index daab34b..0214ea4 100644 --- a/pgsql.h +++ b/pgsql.h @@ -36,7 +36,6 @@ typedef struct PgMeta { struct timespec ctime; /* last status change time */ struct timespec mtime; /* last modification time */ struct timespec atime; /* last access time */ - int ref_count; /* how many open file handles exist for this file */ } PgMeta; /* --- transaction management and policies --- */ -- cgit v1.2.3-54-g00ecf