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 45f4fc5..3e14f5f 100644
--- a/pgsql.h
+++ b/pgsql.h
@@ -31,7 +31,7 @@ typedef struct PgMeta {
mode_t mode; /* type and permissions of file/directory */
uid_t uid; /* owner of the file/directory */
gid_t gid; /* group owner of the file/directory */
- struct timespec ctime; /* creation time */
+ struct timespec ctime; /* last status change time */
struct timespec mtime; /* last modification time */
struct timespec atime; /* last access time */
} PgMeta;