8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a09ed commit a736540Copy full SHA for a736540
src/backend/replication/walreceiver/walreceiver.c
@@ -28,13 +28,14 @@
28
*
29
30
* IDENTIFICATION
31
- * $PostgreSQL: pgsql/src/backend/replication/walreceiver/walreceiver.c,v 1.1 2010/01/15 09:19:03 heikki Exp $
+ * $PostgreSQL: pgsql/src/backend/replication/walreceiver/walreceiver.c,v 1.2 2010/01/16 01:55:28 momjian Exp $
32
33
*-------------------------------------------------------------------------
34
*/
35
#include "postgres.h"
36
37
#include <unistd.h>
38
+#include <sys/time.h>
39
40
#include "access/xlog_internal.h"
41
#include "libpq-fe.h"
0 commit comments