Fix cast on WAL lag computation to (long long)

This commit is contained in:
Greg Smith
2011-02-22 07:43:02 -05:00
parent a98aec12e1
commit fee7da1ba7
2 changed files with 2 additions and 1 deletions

View File

@@ -21,3 +21,4 @@
Correct freeing of memory from first_wal_segment (Daniel)
Allow creating recovery.conf file with a password (Daniel)
Inform when STANDBY CLONE sees an unused config file (Daniel)
Use 64-bit computation for WAL apply_lag (Greg)