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 da5aecc commit c68b5efCopy full SHA for c68b5ef
src/bin/pg_basebackup/pg_receivexlog.c
@@ -13,19 +13,21 @@
13
*/
14
15
#include "postgres_fe.h"
16
-#include "libpq-fe.h"
17
-#include "access/xlog_internal.h"
18
-
19
-#include "receivelog.h"
20
-#include "streamutil.h"
21
22
#include <dirent.h>
+#include <signal.h>
23
#include <sys/stat.h>
24
#include <sys/types.h>
25
#include <unistd.h>
26
+#include "libpq-fe.h"
+#include "access/xlog_internal.h"
27
#include "getopt_long.h"
28
+#include "receivelog.h"
+#include "streamutil.h"
29
+
30
31
/* Time to sleep between reconnection attempts */
32
#define RECONNECT_SLEEP_TIME 5
33
0 commit comments