summaryrefslogtreecommitdiff
path: root/pgsql.h
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql.h')
-rw-r--r--pgsql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgsql.h b/pgsql.h
index 39c6ca7..1325be8 100644
--- a/pgsql.h
+++ b/pgsql.h
@@ -37,7 +37,7 @@ typedef struct PgMeta {
struct timespec ctime; /* last status change time */
struct timespec mtime; /* last modification time */
struct timespec atime; /* last access time */
- int parent_id; /* id/inode_no of parenting directory */
+ int64_t parent_id; /* id/inode_no of parenting directory */
} PgMeta;
/* --- transaction management and policies --- */