summaryrefslogtreecommitdiff
path: root/psycopg/replication_message.h
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-08-14 19:48:31 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-08-14 19:48:31 +0100
commite5390fed983a18bc6a3cf0479cf026ebcddc17b6 (patch)
tree0c5c1588a3a502a17d73773f4a4b5b1275302bd3 /psycopg/replication_message.h
parent12ecb4b2ce0b3e708d632857832d28a9d196f8d5 (diff)
downloadpsycopg2-e5390fed983a18bc6a3cf0479cf026ebcddc17b6.tar.gz
Use inttypes.h definitions
Diffstat (limited to 'psycopg/replication_message.h')
-rw-r--r--psycopg/replication_message.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/replication_message.h b/psycopg/replication_message.h
index 201b9fb..b4d93d6 100644
--- a/psycopg/replication_message.h
+++ b/psycopg/replication_message.h
@@ -45,7 +45,7 @@ struct replicationMessageObject {
int data_size;
XLogRecPtr data_start;
XLogRecPtr wal_end;
- pg_int64 send_time;
+ int64_t send_time;
};
RAISES_NEG int psyco_replmsg_datetime_init(void);