diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-08-14 19:48:31 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-08-14 19:48:31 +0100 |
| commit | e5390fed983a18bc6a3cf0479cf026ebcddc17b6 (patch) | |
| tree | 0c5c1588a3a502a17d73773f4a4b5b1275302bd3 /psycopg/replication_message.h | |
| parent | 12ecb4b2ce0b3e708d632857832d28a9d196f8d5 (diff) | |
| download | psycopg2-e5390fed983a18bc6a3cf0479cf026ebcddc17b6.tar.gz | |
Use inttypes.h definitions
Diffstat (limited to 'psycopg/replication_message.h')
| -rw-r--r-- | psycopg/replication_message.h | 2 |
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); |
