· 9 years ago · Oct 12, 2016, 12:10 PM
1Last login: Wed Oct 12 14:02:47 on ttys001
2osl-m-kijo:~ kijo$ bash ./build.sh
3bash: ./build.sh: No such file or directory
4osl-m-kijo:~ kijo$ cd Documents/netlight-tagz
5osl-m-kijo:netlight-tagz kijo$ bash ./build.sh
6redis uses an image, skipping
7Building postgres
8Step 1 : FROM node
9 ---> 9873603dc506
10Step 2 : MAINTAINER Vegard Lillevoll <vegard.lillevoll@netlight.com>
11 ---> Using cache
12 ---> badaec76a9af
13Step 3 : RUN mkdir -p /usr/src/app
14 ---> Using cache
15 ---> 836428bc4b9a
16Step 4 : WORKDIR /usr/src/app
17 ---> Using cache
18 ---> dba2694e0c9d
19Step 5 : ADD package.json /usr/src/app/package.json
20 ---> Using cache
21 ---> af68a7d1bfe8
22Step 6 : RUN apt-get update
23 ---> Using cache
24 ---> 2d5f3ffc7120
25Step 7 : RUN apt-get -y install postgresql supervisor
26 ---> Using cache
27 ---> 2aa5ed37bae1
28Step 8 : RUN apt-get -y install python python-pip python-dev python-lxml
29 ---> Using cache
30 ---> 05709d8181ea
31Step 9 : RUN pip install python-docx
32 ---> Using cache
33 ---> 6e1d0832e00a
34Step 10 : RUN npm set progress=false
35 ---> Using cache
36 ---> 36c27b0e9089
37Step 11 : RUN npm install
38 ---> Using cache
39 ---> 1a36cdd8e966
40Step 12 : RUN echo host all all 0.0.0.0/0 trust >> /etc/postgresql/9.4/main/pg_hba.conf
41 ---> Using cache
42 ---> a9bc5d5f5afc
43Step 13 : ADD . /usr/src/app
44 ---> 81b0be4bcfdd
45Removing intermediate container 15ae93b389f6
46Step 14 : CMD supervisord -n
47 ---> Running in 687ea57dc971
48 ---> 9e7fffa04aba
49Removing intermediate container 687ea57dc971
50Successfully built 9e7fffa04aba
51Building web
52Step 1 : FROM node
53 ---> 9873603dc506
54Step 2 : MAINTAINER jaga santagostino <kandros5591@gmail.com>
55 ---> Using cache
56 ---> 390d1c7a240c
57Step 3 : RUN mkdir -p /usr/src/app
58 ---> Using cache
59 ---> 28937a323ed6
60Step 4 : WORKDIR /usr/src/app
61 ---> Using cache
62 ---> 8a1c2be25416
63Step 5 : ADD package.json /usr/src/app/package.json
64 ---> Using cache
65 ---> dc4504d602ac
66Step 6 : RUN npm set progress=false
67 ---> Using cache
68 ---> a9a8cadebee7
69Step 7 : RUN npm install
70 ---> Using cache
71 ---> aeadab37bf21
72Step 8 : RUN apt-get update
73 ---> Using cache
74 ---> ecf851a1c41a
75Step 9 : RUN apt-get -y install supervisor
76 ---> Using cache
77 ---> 34dc4e62f3c2
78Step 10 : ENV NODE_ENV production
79 ---> Using cache
80 ---> 7d3e0a25744b
81Step 11 : ADD . /usr/src/app
82 ---> ae65390f70e8
83Removing intermediate container cff673dcb34c
84Step 12 : EXPOSE 6969
85 ---> Running in c01136739eb1
86 ---> 6e3cc0d0b4c8
87Removing intermediate container c01136739eb1
88Step 13 : CMD supervisord -n
89 ---> Running in 10a44bd6f2c9
90 ---> 28ad7084130b
91Removing intermediate container 10a44bd6f2c9
92Successfully built 28ad7084130b
93osl-m-kijo:netlight-tagz kijo$ docker exec -it netlighttagz_postgres_1 bash
94root@c6f12a6a87b1:/usr/src/app# cat postgres_stderr
952016-10-12 08:47:21 UTC [11-1] LOG: database system was shut down at 2016-10-12 08:36:02 UTC
962016-10-12 08:47:21 UTC [11-2] LOG: MultiXact member wraparound protections are now enabled
972016-10-12 08:47:21 UTC [10-1] LOG: database system is ready to accept connections
982016-10-12 08:47:21 UTC [15-1] LOG: autovacuum launcher started
992016-10-12 08:47:21 UTC [16-1] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1002016-10-12 08:47:21 UTC [16-2] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1012016-10-12 08:47:21 UTC [16-3] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1022016-10-12 08:47:21 UTC [16-4] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1032016-10-12 08:47:21 UTC [16-5] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1042016-10-12 08:47:22 UTC [16-6] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1052016-10-12 08:47:22 UTC [16-7] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1062016-10-12 08:47:23 UTC [16-8] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1072016-10-12 08:47:23 UTC [16-9] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1082016-10-12 08:47:24 UTC [16-10] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1092016-10-12 08:47:24 UTC [16-11] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1102016-10-12 08:47:24 UTC [16-12] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1112016-10-12 08:47:24 UTC [16-13] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1122016-10-12 08:47:25 UTC [16-14] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1132016-10-12 08:47:25 UTC [16-15] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1142016-10-12 08:47:26 UTC [16-16] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1152016-10-12 08:47:26 UTC [16-17] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1162016-10-12 08:47:26 UTC [16-18] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1172016-10-12 08:47:26 UTC [16-19] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1182016-10-12 08:47:26 UTC [16-20] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1192016-10-12 08:47:26 UTC [16-21] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1202016-10-12 08:47:26 UTC [16-22] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1212016-10-12 08:47:26 UTC [16-23] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1222016-10-12 08:47:26 UTC [16-24] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1232016-10-12 08:47:26 UTC [16-25] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1242016-10-12 08:47:26 UTC [16-26] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1252016-10-12 08:47:26 UTC [16-27] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1262016-10-12 08:47:26 UTC [16-28] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1272016-10-12 08:47:26 UTC [16-29] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1282016-10-12 08:47:26 UTC [16-30] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1292016-10-12 08:47:26 UTC [16-31] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1302016-10-12 08:47:26 UTC [16-32] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1312016-10-12 08:47:26 UTC [16-33] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1322016-10-12 08:47:26 UTC [16-34] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1332016-10-12 08:47:26 UTC [16-35] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1342016-10-12 08:47:26 UTC [16-36] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1352016-10-12 08:47:26 UTC [16-37] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1362016-10-12 08:47:26 UTC [16-38] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1372016-10-12 08:47:26 UTC [16-39] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1382016-10-12 08:47:26 UTC [16-40] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1392016-10-12 08:47:26 UTC [16-41] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1402016-10-12 08:47:26 UTC [16-42] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1412016-10-12 08:47:26 UTC [16-43] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1422016-10-12 08:47:27 UTC [16-44] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1432016-10-12 08:47:27 UTC [16-45] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1442016-10-12 08:47:28 UTC [16-46] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1452016-10-12 08:47:28 UTC [16-47] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1462016-10-12 08:47:29 UTC [16-48] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1472016-10-12 08:47:29 UTC [16-49] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1482016-10-12 08:47:29 UTC [16-50] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1492016-10-12 08:47:29 UTC [16-51] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1502016-10-12 08:47:30 UTC [16-52] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1512016-10-12 08:47:30 UTC [16-53] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1522016-10-12 08:47:31 UTC [16-54] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1532016-10-12 08:47:31 UTC [16-55] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1542016-10-12 08:47:31 UTC [16-56] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1552016-10-12 08:47:31 UTC [16-57] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1562016-10-12 08:47:31 UTC [16-58] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1572016-10-12 08:47:31 UTC [16-59] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1582016-10-12 08:47:31 UTC [16-60] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1592016-10-12 08:47:31 UTC [16-61] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1602016-10-12 08:47:31 UTC [16-62] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1612016-10-12 08:47:31 UTC [16-63] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1622016-10-12 08:47:31 UTC [16-64] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1632016-10-12 08:47:31 UTC [16-65] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1642016-10-12 08:47:31 UTC [16-66] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1652016-10-12 08:47:31 UTC [16-67] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1662016-10-12 08:47:31 UTC [16-68] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1672016-10-12 08:47:31 UTC [16-69] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1682016-10-12 08:47:31 UTC [16-70] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1692016-10-12 08:47:31 UTC [16-71] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1702016-10-12 08:47:31 UTC [16-72] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1712016-10-12 08:47:31 UTC [16-73] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1722016-10-12 08:47:31 UTC [16-74] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1732016-10-12 08:47:31 UTC [16-75] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1742016-10-12 08:47:31 UTC [16-76] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1752016-10-12 08:47:31 UTC [16-77] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1762016-10-12 08:47:31 UTC [16-78] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1772016-10-12 08:47:31 UTC [16-79] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1782016-10-12 08:47:32 UTC [15-2] LOG: using stale statistics instead of current ones because stats collector is not responding
1792016-10-12 08:47:32 UTC [16-80] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1802016-10-12 08:47:32 UTC [16-81] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1812016-10-12 08:47:32 UTC [16-82] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1822016-10-12 08:47:32 UTC [16-83] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1832016-10-12 08:47:32 UTC [16-84] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1842016-10-12 08:47:32 UTC [16-85] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1852016-10-12 08:47:32 UTC [16-86] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1862016-10-12 08:47:32 UTC [16-87] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1872016-10-12 08:47:32 UTC [16-88] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1882016-10-12 08:47:32 UTC [16-89] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1892016-10-12 08:47:32 UTC [16-90] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1902016-10-12 08:47:32 UTC [16-91] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1912016-10-12 08:47:32 UTC [16-92] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1922016-10-12 08:47:32 UTC [16-93] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1932016-10-12 08:47:32 UTC [16-94] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1942016-10-12 08:47:32 UTC [16-95] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1952016-10-12 08:47:32 UTC [16-96] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1962016-10-12 08:47:32 UTC [16-97] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1972016-10-12 08:47:32 UTC [16-98] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1982016-10-12 08:47:32 UTC [16-99] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1992016-10-12 08:47:32 UTC [16-100] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2002016-10-12 08:47:32 UTC [16-101] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2012016-10-12 08:47:32 UTC [16-102] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2022016-10-12 08:47:32 UTC [16-103] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2032016-10-12 08:47:32 UTC [16-104] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2042016-10-12 08:47:32 UTC [16-105] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2052016-10-12 08:47:32 UTC [16-106] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2062016-10-12 08:47:32 UTC [16-107] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2072016-10-12 08:47:32 UTC [16-108] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2082016-10-12 08:47:32 UTC [16-109] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2092016-10-12 08:47:32 UTC [16-110] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2102016-10-12 08:47:32 UTC [16-111] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2112016-10-12 08:47:32 UTC [16-112] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2122016-10-12 08:47:32 UTC [16-113] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2132016-10-12 08:47:32 UTC [16-114] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2142016-10-12 08:47:32 UTC [58-1] tagzuser@tagz ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
2152016-10-12 08:47:32 UTC [58-2] tagzuser@tagz DETAIL: Key (typname, typnamespace)=(user_id_seq, 2200) already exists.
2162016-10-12 08:47:32 UTC [58-3] tagzuser@tagz STATEMENT: CREATE TABLE IF NOT EXISTS "user" ("id" SERIAL , "firstname" VARCHAR(255), "lastname" VARCHAR(255), "username" VARCHAR(255) UNIQUE, "email" VARCHAR(255), "phone" VARCHAR(255), "slackId" VARCHAR(255) UNIQUE, "slackAccessToken" TEXT, "image_48" VARCHAR(255), "image_192" VARCHAR(255), "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "updatedAt" TIMESTAMP WITH TIME ZONE NOT NULL, UNIQUE ("username"), UNIQUE ("slackId"), PRIMARY KEY ("id"));
2172016-10-12 08:47:32 UTC [59-1] tagzuser@tagz ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
2182016-10-12 08:47:32 UTC [59-2] tagzuser@tagz DETAIL: Key (typname, typnamespace)=(user_id_seq, 2200) already exists.
2192016-10-12 08:47:32 UTC [59-3] tagzuser@tagz STATEMENT: CREATE TABLE IF NOT EXISTS "user" ("id" SERIAL , "firstname" VARCHAR(255), "lastname" VARCHAR(255), "username" VARCHAR(255) UNIQUE, "email" VARCHAR(255), "phone" VARCHAR(255), "slackId" VARCHAR(255) UNIQUE, "slackAccessToken" TEXT, "image_48" VARCHAR(255), "image_192" VARCHAR(255), "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "updatedAt" TIMESTAMP WITH TIME ZONE NOT NULL, UNIQUE ("username"), UNIQUE ("slackId"), PRIMARY KEY ("id"));
2202016-10-12 08:47:32 UTC [61-1] tagzuser@tagz ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
2212016-10-12 08:47:32 UTC [61-2] tagzuser@tagz DETAIL: Key (typname, typnamespace)=(user_id_seq, 2200) already exists.
2222016-10-12 08:47:32 UTC [61-3] tagzuser@tagz STATEMENT: CREATE TABLE IF NOT EXISTS "user" ("id" SERIAL , "firstname" VARCHAR(255), "lastname" VARCHAR(255), "username" VARCHAR(255) UNIQUE, "email" VARCHAR(255), "phone" VARCHAR(255), "slackId" VARCHAR(255) UNIQUE, "slackAccessToken" TEXT, "image_48" VARCHAR(255), "image_192" VARCHAR(255), "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "updatedAt" TIMESTAMP WITH TIME ZONE NOT NULL, UNIQUE ("username"), UNIQUE ("slackId"), PRIMARY KEY ("id"));
2232016-10-12 08:47:32 UTC [62-1] tagzuser@tagz ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
2242016-10-12 08:47:32 UTC [62-2] tagzuser@tagz DETAIL: Key (typname, typnamespace)=(user_id_seq, 2200) already exists.
2252016-10-12 08:47:32 UTC [62-3] tagzuser@tagz STATEMENT: CREATE TABLE IF NOT EXISTS "user" ("id" SERIAL , "firstname" VARCHAR(255), "lastname" VARCHAR(255), "username" VARCHAR(255) UNIQUE, "email" VARCHAR(255), "phone" VARCHAR(255), "slackId" VARCHAR(255) UNIQUE, "slackAccessToken" TEXT, "image_48" VARCHAR(255), "image_192" VARCHAR(255), "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "updatedAt" TIMESTAMP WITH TIME ZONE NOT NULL, UNIQUE ("username"), UNIQUE ("slackId"), PRIMARY KEY ("id"));
2262016-10-12 08:47:32 UTC [16-115] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2272016-10-12 08:47:32 UTC [16-116] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2282016-10-12 08:47:32 UTC [61-4] tagzuser@tagz ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
2292016-10-12 08:47:32 UTC [61-5] tagzuser@tagz DETAIL: Key (typname, typnamespace)=(tag_id_seq, 2200) already exists.
2302016-10-12 08:47:32 UTC [61-6] tagzuser@tagz STATEMENT: CREATE TABLE IF NOT EXISTS "tag" ("id" SERIAL , "name" VARCHAR(255) UNIQUE, "description" TEXT, "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "updatedAt" TIMESTAMP WITH TIME ZONE NOT NULL, "categoryId" INTEGER, "addedById" INTEGER REFERENCES "user" ("id") ON DELETE SET NULL ON UPDATE CASCADE, UNIQUE ("name"), PRIMARY KEY ("id"));
2312016-10-12 08:47:32 UTC [58-4] tagzuser@tagz ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
2322016-10-12 08:47:32 UTC [58-5] tagzuser@tagz DETAIL: Key (typname, typnamespace)=(tag_id_seq, 2200) already exists.
2332016-10-12 08:47:32 UTC [58-6] tagzuser@tagz STATEMENT: CREATE TABLE IF NOT EXISTS "tag" ("id" SERIAL , "name" VARCHAR(255) UNIQUE, "description" TEXT, "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "updatedAt" TIMESTAMP WITH TIME ZONE NOT NULL, "categoryId" INTEGER, "addedById" INTEGER REFERENCES "user" ("id") ON DELETE SET NULL ON UPDATE CASCADE, UNIQUE ("name"), PRIMARY KEY ("id"));
2342016-10-12 08:47:32 UTC [62-4] tagzuser@tagz ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
2352016-10-12 08:47:32 UTC [62-5] tagzuser@tagz DETAIL: Key (typname, typnamespace)=(tag_id_seq, 2200) already exists.
2362016-10-12 08:47:32 UTC [62-6] tagzuser@tagz STATEMENT: CREATE TABLE IF NOT EXISTS "tag" ("id" SERIAL , "name" VARCHAR(255) UNIQUE, "description" TEXT, "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "updatedAt" TIMESTAMP WITH TIME ZONE NOT NULL, "categoryId" INTEGER, "addedById" INTEGER REFERENCES "user" ("id") ON DELETE SET NULL ON UPDATE CASCADE, UNIQUE ("name"), PRIMARY KEY ("id"));
2372016-10-12 08:47:32 UTC [60-1] tagzuser@tagz ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
2382016-10-12 08:47:32 UTC [60-2] tagzuser@tagz DETAIL: Key (typname, typnamespace)=(tag_id_seq, 2200) already exists.
2392016-10-12 08:47:32 UTC [60-3] tagzuser@tagz STATEMENT: CREATE TABLE IF NOT EXISTS "tag" ("id" SERIAL , "name" VARCHAR(255) UNIQUE, "description" TEXT, "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "updatedAt" TIMESTAMP WITH TIME ZONE NOT NULL, "categoryId" INTEGER, "addedById" INTEGER REFERENCES "user" ("id") ON DELETE SET NULL ON UPDATE CASCADE, UNIQUE ("name"), PRIMARY KEY ("id"));
2402016-10-12 08:47:33 UTC [59-4] tagzuser@tagz ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
2412016-10-12 08:47:33 UTC [59-5] tagzuser@tagz DETAIL: Key (typname, typnamespace)=(category_id_seq, 2200) already exists.
2422016-10-12 08:47:33 UTC [59-6] tagzuser@tagz STATEMENT: CREATE TABLE IF NOT EXISTS "category" ("id" SERIAL , "name" VARCHAR(255) UNIQUE, "createdAt" TIMESTAMP WITH TIME ZONE NOT NULL, "updatedAt" TIMESTAMP WITH TIME ZONE NOT NULL, UNIQUE ("name"), PRIMARY KEY ("id"));
2432016-10-12 08:47:33 UTC [16-117] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2442016-10-12 08:47:33 UTC [16-118] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2452016-10-12 08:47:33 UTC [16-119] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2462016-10-12 08:47:33 UTC [16-120] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2472016-10-12 08:47:33 UTC [16-121] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2482016-10-12 08:47:33 UTC [16-122] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2492016-10-12 08:47:33 UTC [16-123] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2502016-10-12 08:47:33 UTC [16-124] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2512016-10-12 08:47:33 UTC [16-125] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2522016-10-12 08:47:33 UTC [16-126] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2532016-10-12 08:47:33 UTC [16-127] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2542016-10-12 08:47:33 UTC [16-128] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2552016-10-12 08:47:33 UTC [16-129] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2562016-10-12 08:47:33 UTC [16-130] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2572016-10-12 08:47:33 UTC [16-131] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2582016-10-12 08:47:33 UTC [16-132] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2592016-10-12 08:47:33 UTC [16-133] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2602016-10-12 08:47:33 UTC [16-134] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2612016-10-12 08:47:33 UTC [16-135] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2622016-10-12 08:47:33 UTC [16-136] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2632016-10-12 08:47:33 UTC [16-137] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2642016-10-12 08:47:33 UTC [16-138] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2652016-10-12 08:47:33 UTC [16-139] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2662016-10-12 08:47:33 UTC [16-140] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2672016-10-12 08:47:33 UTC [16-141] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2682016-10-12 08:47:33 UTC [16-142] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2692016-10-12 08:47:33 UTC [16-143] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2702016-10-12 08:47:33 UTC [16-144] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2712016-10-12 08:47:33 UTC [16-145] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2722016-10-12 08:47:33 UTC [16-146] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2732016-10-12 08:47:33 UTC [16-147] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2742016-10-12 08:47:33 UTC [16-148] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2752016-10-12 08:47:33 UTC [16-149] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2762016-10-12 08:47:33 UTC [16-150] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2772016-10-12 08:47:33 UTC [16-151] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2782016-10-12 08:47:33 UTC [16-152] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2792016-10-12 08:47:33 UTC [16-153] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2802016-10-12 08:47:33 UTC [16-154] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2812016-10-12 08:47:33 UTC [16-155] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2822016-10-12 08:47:33 UTC [16-156] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2832016-10-12 08:47:33 UTC [16-157] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2842016-10-12 08:47:33 UTC [16-158] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2852016-10-12 08:47:33 UTC [16-159] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2862016-10-12 08:47:33 UTC [16-160] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2872016-10-12 08:47:33 UTC [16-161] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2882016-10-12 08:47:33 UTC [16-162] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2892016-10-12 08:47:33 UTC [16-163] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2902016-10-12 08:47:33 UTC [16-164] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2912016-10-12 08:47:33 UTC [16-165] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2922016-10-12 08:47:33 UTC [16-166] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2932016-10-12 08:47:33 UTC [16-167] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2942016-10-12 08:47:33 UTC [16-168] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2952016-10-12 08:47:33 UTC [16-169] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2962016-10-12 08:47:33 UTC [16-170] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2972016-10-12 08:47:33 UTC [16-171] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2982016-10-12 08:47:33 UTC [16-172] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
2992016-10-12 08:47:33 UTC [16-173] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3002016-10-12 08:47:33 UTC [16-174] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3012016-10-12 08:47:43 UTC [16-175] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3022016-10-12 08:47:43 UTC [16-176] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3032016-10-12 08:47:43 UTC [16-177] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3042016-10-12 08:47:43 UTC [16-178] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3052016-10-12 08:47:43 UTC [16-179] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3062016-10-12 08:47:43 UTC [16-180] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3072016-10-12 08:47:43 UTC [16-181] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3082016-10-12 08:47:43 UTC [16-182] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3092016-10-12 08:47:43 UTC [16-183] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3102016-10-12 08:47:43 UTC [16-184] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3112016-10-12 08:47:43 UTC [16-185] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3122016-10-12 08:47:43 UTC [16-186] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3132016-10-12 08:47:43 UTC [16-187] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3142016-10-12 08:47:43 UTC [16-188] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3152016-10-12 08:47:43 UTC [16-189] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3162016-10-12 08:47:43 UTC [16-190] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3172016-10-12 08:47:43 UTC [16-191] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3182016-10-12 08:47:43 UTC [16-192] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3192016-10-12 08:47:43 UTC [16-193] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3202016-10-12 08:48:32 UTC [16-194] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3212016-10-12 08:48:32 UTC [16-195] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3222016-10-12 08:48:32 UTC [16-196] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3232016-10-12 08:48:32 UTC [16-197] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3242016-10-12 08:48:33 UTC [16-198] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3252016-10-12 08:48:33 UTC [16-199] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3262016-10-12 08:48:34 UTC [16-200] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3272016-10-12 08:48:34 UTC [16-201] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3282016-10-12 08:48:35 UTC [16-202] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3292016-10-12 08:48:35 UTC [16-203] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3302016-10-12 08:48:35 UTC [16-204] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3312016-10-12 08:48:35 UTC [16-205] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3322016-10-12 08:48:35 UTC [16-206] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3332016-10-12 08:48:35 UTC [16-207] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3342016-10-12 08:48:35 UTC [16-208] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3352016-10-12 08:48:35 UTC [16-209] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3362016-10-12 08:48:35 UTC [16-210] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3372016-10-12 08:48:35 UTC [16-211] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3382016-10-12 08:48:35 UTC [16-212] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3392016-10-12 08:48:35 UTC [16-213] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3402016-10-12 08:48:35 UTC [16-214] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3412016-10-12 08:48:35 UTC [16-215] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3422016-10-12 08:48:35 UTC [16-216] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3432016-10-12 08:48:35 UTC [16-217] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3442016-10-12 08:48:35 UTC [16-218] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3452016-10-12 08:48:35 UTC [16-219] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3462016-10-12 08:48:35 UTC [16-220] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3472016-10-12 08:48:35 UTC [16-221] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3482016-10-12 08:48:35 UTC [16-222] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3492016-10-12 08:48:35 UTC [16-223] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3502016-10-12 08:48:35 UTC [16-224] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3512016-10-12 08:48:35 UTC [16-225] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3522016-10-12 08:48:35 UTC [16-226] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3532016-10-12 08:48:35 UTC [16-227] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3542016-10-12 08:48:35 UTC [16-228] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3552016-10-12 08:48:35 UTC [16-229] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3562016-10-12 08:48:35 UTC [16-230] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3572016-10-12 08:48:35 UTC [16-231] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3582016-10-12 08:48:35 UTC [16-232] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3592016-10-12 08:48:35 UTC [16-233] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3602016-10-12 08:48:35 UTC [16-234] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3612016-10-12 08:48:35 UTC [16-235] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3622016-10-12 08:48:35 UTC [16-236] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3632016-10-12 08:48:35 UTC [16-237] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3642016-10-12 08:48:35 UTC [16-238] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3652016-10-12 08:48:35 UTC [16-239] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3662016-10-12 08:48:35 UTC [16-240] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3672016-10-12 08:48:35 UTC [16-241] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3682016-10-12 08:48:35 UTC [16-242] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3692016-10-12 08:48:35 UTC [16-243] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3702016-10-12 08:48:36 UTC [16-244] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3712016-10-12 08:48:36 UTC [16-245] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3722016-10-12 08:48:36 UTC [16-246] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3732016-10-12 08:48:36 UTC [16-247] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3742016-10-12 08:48:36 UTC [16-248] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3752016-10-12 08:48:36 UTC [16-249] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3762016-10-12 08:48:36 UTC [16-250] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3772016-10-12 08:48:36 UTC [16-251] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3782016-10-12 08:48:36 UTC [16-252] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3792016-10-12 08:48:36 UTC [16-253] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3802016-10-12 08:48:36 UTC [16-254] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3812016-10-12 08:48:36 UTC [16-255] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3822016-10-12 08:48:36 UTC [16-256] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3832016-10-12 08:48:36 UTC [16-257] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3842016-10-12 08:48:36 UTC [16-258] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3852016-10-12 08:48:36 UTC [16-259] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3862016-10-12 08:48:36 UTC [16-260] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3872016-10-12 08:48:36 UTC [16-261] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3882016-10-12 08:48:36 UTC [16-262] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3892016-10-12 08:48:36 UTC [16-263] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3902016-10-12 08:48:36 UTC [16-264] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3912016-10-12 08:48:36 UTC [16-265] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3922016-10-12 08:48:36 UTC [16-266] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3932016-10-12 08:48:36 UTC [16-267] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3942016-10-12 08:48:36 UTC [16-268] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3952016-10-12 08:48:36 UTC [16-269] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3962016-10-12 08:48:36 UTC [16-270] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3972016-10-12 08:48:36 UTC [16-271] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3982016-10-12 08:48:36 UTC [16-272] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
3992016-10-12 08:48:36 UTC [16-273] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4002016-10-12 08:48:36 UTC [16-274] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4012016-10-12 08:48:36 UTC [16-275] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4022016-10-12 08:48:36 UTC [16-276] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4032016-10-12 08:48:36 UTC [16-277] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4042016-10-12 08:48:36 UTC [16-278] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4052016-10-12 08:48:36 UTC [16-279] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4062016-10-12 08:48:36 UTC [16-280] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4072016-10-12 08:48:36 UTC [16-281] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4082016-10-12 08:48:36 UTC [16-282] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4092016-10-12 08:48:36 UTC [16-283] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4102016-10-12 08:48:36 UTC [16-284] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4112016-10-12 08:48:36 UTC [16-285] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4122016-10-12 08:48:36 UTC [16-286] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4132016-10-12 08:48:36 UTC [16-287] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4142016-10-12 08:48:36 UTC [16-288] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4152016-10-12 08:48:36 UTC [16-289] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4162016-10-12 08:48:36 UTC [16-290] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4172016-10-12 08:48:36 UTC [16-291] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4182016-10-12 08:48:36 UTC [16-292] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4192016-10-12 08:48:36 UTC [16-293] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4202016-10-12 08:48:36 UTC [16-294] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4212016-10-12 08:48:36 UTC [16-295] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4222016-10-12 08:48:37 UTC [16-296] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4232016-10-12 08:48:37 UTC [16-297] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4242016-10-12 08:48:37 UTC [16-298] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4252016-10-12 08:48:37 UTC [16-299] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4262016-10-12 08:48:37 UTC [16-300] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4272016-10-12 08:48:37 UTC [16-301] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4282016-10-12 08:48:37 UTC [16-302] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4292016-10-12 08:48:37 UTC [16-303] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4302016-10-12 08:48:37 UTC [16-304] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4312016-10-12 08:48:37 UTC [16-305] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4322016-10-12 08:48:37 UTC [16-306] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4332016-10-12 08:48:37 UTC [16-307] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4342016-10-12 08:48:37 UTC [16-308] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4352016-10-12 08:48:37 UTC [16-309] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4362016-10-12 08:48:37 UTC [16-310] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4372016-10-12 08:48:37 UTC [16-311] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4382016-10-12 08:48:37 UTC [16-312] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4392016-10-12 08:48:37 UTC [16-313] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4402016-10-12 08:48:37 UTC [16-314] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4412016-10-12 08:48:37 UTC [16-315] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4422016-10-12 08:48:37 UTC [16-316] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4432016-10-12 08:48:37 UTC [16-317] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4442016-10-12 08:48:37 UTC [16-318] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4452016-10-12 08:48:37 UTC [16-319] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4462016-10-12 08:48:37 UTC [16-320] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4472016-10-12 08:48:37 UTC [16-321] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4482016-10-12 08:48:37 UTC [16-322] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4492016-10-12 08:48:37 UTC [16-323] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4502016-10-12 08:48:37 UTC [16-324] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4512016-10-12 08:48:37 UTC [16-325] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4522016-10-12 08:48:37 UTC [16-326] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4532016-10-12 08:48:37 UTC [16-327] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4542016-10-12 08:48:37 UTC [16-328] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4552016-10-12 08:48:37 UTC [16-329] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4562016-10-12 08:48:37 UTC [16-330] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4572016-10-12 08:48:38 UTC [16-331] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4582016-10-12 08:48:38 UTC [16-332] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4592016-10-12 08:48:38 UTC [16-333] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4602016-10-12 08:48:38 UTC [16-334] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4612016-10-12 08:48:38 UTC [16-335] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4622016-10-12 08:48:38 UTC [16-336] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4632016-10-12 08:48:38 UTC [16-337] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4642016-10-12 08:48:38 UTC [16-338] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4652016-10-12 08:48:38 UTC [16-339] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4662016-10-12 08:48:38 UTC [16-340] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4672016-10-12 08:48:38 UTC [16-341] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4682016-10-12 08:48:38 UTC [16-342] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4692016-10-12 08:48:38 UTC [16-343] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4702016-10-12 08:48:38 UTC [16-344] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4712016-10-12 08:48:38 UTC [16-345] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4722016-10-12 08:48:38 UTC [16-346] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4732016-10-12 08:48:39 UTC [16-347] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4742016-10-12 08:48:39 UTC [16-348] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4752016-10-12 08:48:39 UTC [16-349] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4762016-10-12 08:48:39 UTC [16-350] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4772016-10-12 08:48:39 UTC [16-351] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4782016-10-12 08:48:39 UTC [16-352] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4792016-10-12 08:48:39 UTC [16-353] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4802016-10-12 08:48:39 UTC [16-354] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4812016-10-12 08:48:39 UTC [16-355] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4822016-10-12 08:48:39 UTC [16-356] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4832016-10-12 08:48:39 UTC [16-357] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4842016-10-12 08:48:39 UTC [16-358] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4852016-10-12 08:48:39 UTC [16-359] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4862016-10-12 08:48:39 UTC [16-360] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4872016-10-12 08:48:39 UTC [16-361] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4882016-10-12 08:48:39 UTC [16-362] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4892016-10-12 08:48:39 UTC [16-363] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4902016-10-12 08:48:39 UTC [16-364] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4912016-10-12 08:48:39 UTC [16-365] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4922016-10-12 08:48:40 UTC [16-366] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4932016-10-12 08:48:40 UTC [16-367] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4942016-10-12 08:48:40 UTC [16-368] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4952016-10-12 08:48:40 UTC [16-369] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4962016-10-12 08:48:40 UTC [16-370] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4972016-10-12 08:48:40 UTC [16-371] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4982016-10-12 08:48:40 UTC [16-372] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
4992016-10-12 08:48:40 UTC [16-373] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5002016-10-12 08:48:40 UTC [16-374] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5012016-10-12 08:48:40 UTC [16-375] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5022016-10-12 08:48:40 UTC [16-376] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5032016-10-12 08:48:40 UTC [16-377] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5042016-10-12 08:48:40 UTC [16-378] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5052016-10-12 08:48:40 UTC [16-379] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5062016-10-12 08:48:40 UTC [16-380] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5072016-10-12 08:48:40 UTC [16-381] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5082016-10-12 08:48:40 UTC [16-382] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5092016-10-12 08:48:40 UTC [16-383] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5102016-10-12 08:48:40 UTC [16-384] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5112016-10-12 08:48:40 UTC [16-385] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5122016-10-12 08:48:40 UTC [16-386] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5132016-10-12 08:48:40 UTC [16-387] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5142016-10-12 08:48:40 UTC [16-388] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5152016-10-12 08:48:40 UTC [16-389] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5162016-10-12 08:48:41 UTC [16-390] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5172016-10-12 08:48:41 UTC [16-391] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5182016-10-12 08:48:41 UTC [16-392] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5192016-10-12 08:48:41 UTC [16-393] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5202016-10-12 08:48:41 UTC [16-394] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5212016-10-12 08:48:41 UTC [16-395] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5222016-10-12 08:48:41 UTC [16-396] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5232016-10-12 08:48:41 UTC [16-397] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5242016-10-12 08:48:41 UTC [16-398] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5252016-10-12 08:48:41 UTC [16-399] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5262016-10-12 08:48:41 UTC [16-400] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5272016-10-12 08:48:41 UTC [16-401] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5282016-10-12 08:48:41 UTC [16-402] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5292016-10-12 08:48:41 UTC [16-403] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5302016-10-12 08:48:41 UTC [16-404] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5312016-10-12 08:48:41 UTC [16-405] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5322016-10-12 08:48:41 UTC [16-406] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5332016-10-12 08:48:41 UTC [16-407] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5342016-10-12 08:48:41 UTC [16-408] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5352016-10-12 08:48:41 UTC [16-409] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5362016-10-12 08:48:41 UTC [16-410] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5372016-10-12 08:48:41 UTC [16-411] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5382016-10-12 08:48:41 UTC [16-412] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5392016-10-12 08:48:41 UTC [16-413] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5402016-10-12 08:48:41 UTC [16-414] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5412016-10-12 08:48:41 UTC [16-415] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5422016-10-12 08:48:41 UTC [16-416] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5432016-10-12 08:48:42 UTC [16-417] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5442016-10-12 08:48:42 UTC [16-418] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5452016-10-12 08:48:42 UTC [16-419] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5462016-10-12 08:48:42 UTC [16-420] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5472016-10-12 08:48:43 UTC [15-3] LOG: using stale statistics instead of current ones because stats collector is not responding
5482016-10-12 08:48:52 UTC [16-421] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5492016-10-12 08:48:52 UTC [16-422] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5502016-10-12 08:48:52 UTC [16-423] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5512016-10-12 08:48:52 UTC [16-424] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5522016-10-12 08:48:52 UTC [16-425] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5532016-10-12 08:48:52 UTC [16-426] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5542016-10-12 08:48:52 UTC [16-427] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5552016-10-12 08:49:43 UTC [16-428] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5562016-10-12 08:49:43 UTC [16-429] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5572016-10-12 08:49:43 UTC [16-430] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5582016-10-12 08:49:43 UTC [16-431] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5592016-10-12 08:49:44 UTC [16-432] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5602016-10-12 08:49:44 UTC [16-433] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5612016-10-12 08:49:45 UTC [16-434] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5622016-10-12 08:49:45 UTC [16-435] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5632016-10-12 08:49:46 UTC [16-436] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5642016-10-12 08:49:46 UTC [16-437] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5652016-10-12 08:49:46 UTC [16-438] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5662016-10-12 08:49:46 UTC [16-439] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5672016-10-12 08:49:47 UTC [16-440] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5682016-10-12 08:49:47 UTC [16-441] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5692016-10-12 08:49:48 UTC [16-442] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5702016-10-12 08:49:48 UTC [16-443] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5712016-10-12 08:49:48 UTC [16-444] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5722016-10-12 08:49:48 UTC [16-445] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5732016-10-12 08:49:49 UTC [16-446] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5742016-10-12 08:49:49 UTC [16-447] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5752016-10-12 08:49:50 UTC [16-448] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5762016-10-12 08:49:50 UTC [16-449] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5772016-10-12 08:49:51 UTC [16-450] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5782016-10-12 08:49:51 UTC [16-451] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5792016-10-12 08:49:51 UTC [16-452] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5802016-10-12 08:49:51 UTC [16-453] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5812016-10-12 08:49:52 UTC [16-454] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5822016-10-12 08:49:52 UTC [16-455] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5832016-10-12 08:49:53 UTC [16-456] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5842016-10-12 08:49:53 UTC [16-457] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5852016-10-12 08:49:53 UTC [16-458] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5862016-10-12 08:49:53 UTC [16-459] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5872016-10-12 08:49:54 UTC [15-4] LOG: using stale statistics instead of current ones because stats collector is not responding
5882016-10-12 08:50:54 UTC [16-460] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5892016-10-12 08:50:54 UTC [16-461] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5902016-10-12 08:50:55 UTC [16-462] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5912016-10-12 08:50:55 UTC [16-463] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5922016-10-12 08:50:55 UTC [16-464] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5932016-10-12 08:50:55 UTC [16-465] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5942016-10-12 08:50:56 UTC [16-466] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5952016-10-12 08:50:56 UTC [16-467] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5962016-10-12 08:50:57 UTC [16-468] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5972016-10-12 08:50:57 UTC [16-469] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5982016-10-12 08:50:57 UTC [16-470] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
5992016-10-12 08:50:57 UTC [16-471] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6002016-10-12 08:50:58 UTC [16-472] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6012016-10-12 08:50:58 UTC [16-473] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6022016-10-12 08:50:59 UTC [16-474] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6032016-10-12 08:50:59 UTC [16-475] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6042016-10-12 08:50:59 UTC [16-476] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6052016-10-12 08:50:59 UTC [16-477] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6062016-10-12 08:51:00 UTC [16-478] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6072016-10-12 08:51:00 UTC [16-479] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6082016-10-12 08:51:01 UTC [16-480] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6092016-10-12 08:51:01 UTC [16-481] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6102016-10-12 08:51:02 UTC [16-482] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6112016-10-12 08:51:02 UTC [16-483] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6122016-10-12 08:51:02 UTC [16-484] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6132016-10-12 08:51:02 UTC [16-485] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6142016-10-12 08:51:03 UTC [16-486] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6152016-10-12 08:51:03 UTC [16-487] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6162016-10-12 08:51:04 UTC [16-488] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6172016-10-12 08:51:04 UTC [16-489] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6182016-10-12 08:51:04 UTC [16-490] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6192016-10-12 08:51:04 UTC [16-491] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6202016-10-12 08:51:05 UTC [15-5] LOG: using stale statistics instead of current ones because stats collector is not responding
6212016-10-12 08:52:05 UTC [16-492] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6222016-10-12 08:52:05 UTC [16-493] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6232016-10-12 08:52:06 UTC [16-494] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6242016-10-12 08:52:06 UTC [16-495] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6252016-10-12 08:52:06 UTC [16-496] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6262016-10-12 08:52:06 UTC [16-497] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6272016-10-12 08:52:07 UTC [16-498] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6282016-10-12 08:52:07 UTC [16-499] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6292016-10-12 08:52:08 UTC [16-500] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6302016-10-12 08:52:08 UTC [16-501] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6312016-10-12 08:52:09 UTC [16-502] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6322016-10-12 08:52:09 UTC [16-503] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6332016-10-12 08:52:09 UTC [16-504] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6342016-10-12 08:52:09 UTC [16-505] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6352016-10-12 08:52:10 UTC [16-506] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6362016-10-12 08:52:10 UTC [16-507] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6372016-10-12 08:52:11 UTC [16-508] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6382016-10-12 08:52:11 UTC [16-509] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6392016-10-12 08:52:11 UTC [16-510] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6402016-10-12 08:52:11 UTC [16-511] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6412016-10-12 08:52:12 UTC [16-512] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6422016-10-12 08:52:12 UTC [16-513] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6432016-10-12 08:52:13 UTC [16-514] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6442016-10-12 08:52:13 UTC [16-515] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6452016-10-12 08:52:14 UTC [16-516] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6462016-10-12 08:52:14 UTC [16-517] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6472016-10-12 08:52:14 UTC [16-518] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6482016-10-12 08:52:14 UTC [16-519] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6492016-10-12 08:52:15 UTC [16-520] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6502016-10-12 08:52:15 UTC [16-521] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6512016-10-12 08:52:16 UTC [16-522] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6522016-10-12 08:52:16 UTC [16-523] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6532016-10-12 08:52:16 UTC [15-6] LOG: using stale statistics instead of current ones because stats collector is not responding
6542016-10-12 08:52:31 UTC [16-524] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6552016-10-12 08:52:31 UTC [16-525] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6562016-10-12 08:52:31 UTC [16-526] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6572016-10-12 08:52:31 UTC [16-527] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6582016-10-12 08:52:31 UTC [16-528] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6592016-10-12 08:52:31 UTC [16-529] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6602016-10-12 08:52:31 UTC [16-530] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6612016-10-12 08:52:31 UTC [16-531] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6622016-10-12 08:52:32 UTC [16-532] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6632016-10-12 08:52:32 UTC [16-533] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6642016-10-12 08:52:32 UTC [16-534] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6652016-10-12 08:52:32 UTC [16-535] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6662016-10-12 08:52:32 UTC [16-536] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6672016-10-12 08:52:32 UTC [16-537] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6682016-10-12 08:52:32 UTC [16-538] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6692016-10-12 08:52:32 UTC [16-539] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6702016-10-12 08:52:32 UTC [16-540] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6712016-10-12 08:52:32 UTC [16-541] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6722016-10-12 08:52:32 UTC [16-542] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6732016-10-12 08:52:32 UTC [16-543] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6742016-10-12 08:52:32 UTC [16-544] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6752016-10-12 08:52:32 UTC [16-545] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6762016-10-12 08:52:32 UTC [16-546] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6772016-10-12 08:52:32 UTC [16-547] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6782016-10-12 08:52:32 UTC [16-548] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6792016-10-12 08:52:32 UTC [16-549] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6802016-10-12 08:52:32 UTC [16-550] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6812016-10-12 08:52:32 UTC [16-551] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6822016-10-12 08:52:33 UTC [16-552] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6832016-10-12 08:52:33 UTC [16-553] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6842016-10-12 08:52:33 UTC [16-554] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6852016-10-12 08:52:33 UTC [16-555] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6862016-10-12 08:52:33 UTC [16-556] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6872016-10-12 08:52:33 UTC [16-557] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6882016-10-12 08:52:33 UTC [16-558] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6892016-10-12 08:52:33 UTC [16-559] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6902016-10-12 08:52:33 UTC [16-560] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6912016-10-12 08:52:33 UTC [16-561] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6922016-10-12 08:52:33 UTC [16-562] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6932016-10-12 08:52:33 UTC [16-563] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6942016-10-12 08:52:33 UTC [16-564] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6952016-10-12 08:52:33 UTC [16-565] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6962016-10-12 08:52:33 UTC [16-566] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6972016-10-12 08:52:33 UTC [16-567] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6982016-10-12 08:52:33 UTC [16-568] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
6992016-10-12 08:52:33 UTC [16-569] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7002016-10-12 08:52:33 UTC [16-570] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7012016-10-12 08:52:33 UTC [16-571] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7022016-10-12 08:52:34 UTC [16-572] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7032016-10-12 08:52:34 UTC [16-573] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7042016-10-12 08:52:34 UTC [16-574] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7052016-10-12 08:52:34 UTC [16-575] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7062016-10-12 08:52:34 UTC [16-576] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7072016-10-12 08:52:34 UTC [16-577] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7082016-10-12 08:52:34 UTC [16-578] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7092016-10-12 08:52:34 UTC [16-579] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7102016-10-12 08:52:34 UTC [16-580] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7112016-10-12 08:52:34 UTC [16-581] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7122016-10-12 08:52:34 UTC [16-582] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7132016-10-12 08:52:34 UTC [16-583] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7142016-10-12 08:52:34 UTC [16-584] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7152016-10-12 08:52:34 UTC [16-585] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7162016-10-12 08:52:34 UTC [16-586] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7172016-10-12 08:52:34 UTC [16-587] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7182016-10-12 08:52:34 UTC [16-588] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7192016-10-12 08:52:34 UTC [16-589] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7202016-10-12 08:52:34 UTC [16-590] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7212016-10-12 08:52:34 UTC [16-591] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7222016-10-12 08:52:35 UTC [16-592] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7232016-10-12 08:52:35 UTC [16-593] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7242016-10-12 08:52:35 UTC [16-594] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7252016-10-12 08:52:35 UTC [16-595] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7262016-10-12 08:52:35 UTC [16-596] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7272016-10-12 08:52:35 UTC [16-597] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7282016-10-12 08:52:35 UTC [16-598] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7292016-10-12 08:52:35 UTC [16-599] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7302016-10-12 08:52:35 UTC [16-600] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7312016-10-12 08:52:35 UTC [16-601] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7322016-10-12 08:52:35 UTC [16-602] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7332016-10-12 08:52:35 UTC [16-603] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7342016-10-12 08:52:35 UTC [16-604] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7352016-10-12 08:52:35 UTC [16-605] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7362016-10-12 08:52:35 UTC [16-606] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7372016-10-12 08:52:35 UTC [16-607] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7382016-10-12 08:52:35 UTC [16-608] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7392016-10-12 08:52:35 UTC [16-609] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7402016-10-12 08:52:36 UTC [16-610] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7412016-10-12 08:52:36 UTC [16-611] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7422016-10-12 08:52:36 UTC [16-612] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7432016-10-12 08:52:36 UTC [16-613] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7442016-10-12 08:52:36 UTC [16-614] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7452016-10-12 08:52:36 UTC [16-615] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7462016-10-12 08:52:36 UTC [16-616] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7472016-10-12 08:52:36 UTC [16-617] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7482016-10-12 08:52:36 UTC [16-618] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7492016-10-12 08:52:36 UTC [16-619] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7502016-10-12 08:52:36 UTC [16-620] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7512016-10-12 08:52:36 UTC [16-621] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7522016-10-12 08:52:36 UTC [16-622] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7532016-10-12 08:52:36 UTC [16-623] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7542016-10-12 08:52:36 UTC [16-624] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7552016-10-12 08:52:36 UTC [16-625] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7562016-10-12 08:52:36 UTC [16-626] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7572016-10-12 08:52:36 UTC [16-627] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7582016-10-12 08:52:36 UTC [16-628] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7592016-10-12 08:52:36 UTC [16-629] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7602016-10-12 08:52:37 UTC [16-630] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7612016-10-12 08:52:37 UTC [16-631] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7622016-10-12 08:52:37 UTC [16-632] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7632016-10-12 08:52:37 UTC [16-633] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7642016-10-12 08:52:37 UTC [16-634] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7652016-10-12 08:52:37 UTC [16-635] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7662016-10-12 08:52:37 UTC [16-636] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7672016-10-12 08:52:37 UTC [16-637] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7682016-10-12 08:52:37 UTC [16-638] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7692016-10-12 08:52:37 UTC [16-639] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7702016-10-12 08:52:37 UTC [16-640] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7712016-10-12 08:52:37 UTC [16-641] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7722016-10-12 08:52:37 UTC [16-642] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7732016-10-12 08:52:37 UTC [16-643] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7742016-10-12 08:52:37 UTC [16-644] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7752016-10-12 08:52:37 UTC [16-645] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7762016-10-12 08:52:37 UTC [16-646] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7772016-10-12 08:52:37 UTC [16-647] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7782016-10-12 08:52:37 UTC [16-648] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7792016-10-12 08:52:37 UTC [16-649] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7802016-10-12 08:52:38 UTC [16-650] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7812016-10-12 08:52:38 UTC [16-651] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7822016-10-12 08:52:38 UTC [16-652] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7832016-10-12 08:52:38 UTC [16-653] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7842016-10-12 08:52:38 UTC [16-654] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7852016-10-12 08:52:38 UTC [16-655] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7862016-10-12 08:52:38 UTC [16-656] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7872016-10-12 08:52:38 UTC [16-657] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7882016-10-12 08:52:38 UTC [16-658] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7892016-10-12 08:52:38 UTC [16-659] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7902016-10-12 08:52:38 UTC [16-660] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7912016-10-12 08:52:38 UTC [16-661] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7922016-10-12 08:52:38 UTC [16-662] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7932016-10-12 08:52:38 UTC [16-663] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7942016-10-12 08:52:38 UTC [16-664] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7952016-10-12 08:52:38 UTC [16-665] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7962016-10-12 08:52:38 UTC [16-666] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7972016-10-12 08:52:38 UTC [16-667] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7982016-10-12 08:52:38 UTC [16-668] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
7992016-10-12 08:52:38 UTC [16-669] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8002016-10-12 08:52:39 UTC [16-670] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8012016-10-12 08:52:39 UTC [16-671] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8022016-10-12 08:52:39 UTC [16-672] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8032016-10-12 08:52:39 UTC [16-673] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8042016-10-12 08:52:39 UTC [16-674] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8052016-10-12 08:52:39 UTC [16-675] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8062016-10-12 08:52:39 UTC [16-676] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8072016-10-12 08:52:39 UTC [16-677] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8082016-10-12 08:52:39 UTC [16-678] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8092016-10-12 08:52:39 UTC [16-679] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8102016-10-12 08:52:39 UTC [16-680] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8112016-10-12 08:52:39 UTC [16-681] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8122016-10-12 08:52:39 UTC [16-682] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8132016-10-12 08:52:39 UTC [16-683] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8142016-10-12 08:52:39 UTC [16-684] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8152016-10-12 08:52:39 UTC [16-685] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8162016-10-12 08:52:39 UTC [16-686] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8172016-10-12 08:52:39 UTC [16-687] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8182016-10-12 08:52:40 UTC [16-688] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8192016-10-12 08:52:40 UTC [16-689] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8202016-10-12 08:52:40 UTC [16-690] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8212016-10-12 08:52:40 UTC [16-691] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8222016-10-12 08:52:40 UTC [16-692] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8232016-10-12 08:52:40 UTC [16-693] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8242016-10-12 08:52:40 UTC [16-694] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8252016-10-12 08:52:40 UTC [16-695] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8262016-10-12 08:52:40 UTC [16-696] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8272016-10-12 08:52:40 UTC [16-697] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8282016-10-12 08:52:40 UTC [16-698] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8292016-10-12 08:52:40 UTC [16-699] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8302016-10-12 08:52:40 UTC [16-700] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8312016-10-12 08:52:40 UTC [16-701] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8322016-10-12 08:52:40 UTC [16-702] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8332016-10-12 08:52:40 UTC [16-703] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8342016-10-12 08:52:40 UTC [16-704] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8352016-10-12 08:52:40 UTC [16-705] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8362016-10-12 08:52:40 UTC [16-706] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8372016-10-12 08:52:40 UTC [16-707] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8382016-10-12 08:52:41 UTC [16-708] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8392016-10-12 08:52:41 UTC [16-709] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8402016-10-12 08:52:41 UTC [16-710] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8412016-10-12 08:52:41 UTC [16-711] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8422016-10-12 08:52:41 UTC [16-712] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8432016-10-12 08:52:41 UTC [16-713] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8442016-10-12 08:53:16 UTC [16-714] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8452016-10-12 08:53:16 UTC [16-715] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8462016-10-12 08:53:17 UTC [16-716] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8472016-10-12 08:53:17 UTC [16-717] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8482016-10-12 08:53:18 UTC [16-718] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8492016-10-12 08:53:18 UTC [16-719] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8502016-10-12 08:53:18 UTC [16-720] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8512016-10-12 08:53:18 UTC [16-721] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8522016-10-12 08:53:19 UTC [16-722] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8532016-10-12 08:53:19 UTC [16-723] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8542016-10-12 08:53:20 UTC [16-724] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8552016-10-12 08:53:20 UTC [16-725] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8562016-10-12 08:53:20 UTC [16-726] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8572016-10-12 08:53:20 UTC [16-727] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8582016-10-12 08:53:21 UTC [16-728] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8592016-10-12 08:53:21 UTC [16-729] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8602016-10-12 08:53:22 UTC [16-730] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8612016-10-12 08:53:22 UTC [16-731] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8622016-10-12 08:53:22 UTC [16-732] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8632016-10-12 08:53:22 UTC [16-733] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8642016-10-12 08:53:23 UTC [16-734] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8652016-10-12 08:53:23 UTC [16-735] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8662016-10-12 08:53:24 UTC [16-736] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8672016-10-12 08:53:24 UTC [16-737] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8682016-10-12 08:53:25 UTC [16-738] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8692016-10-12 08:53:25 UTC [16-739] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8702016-10-12 08:53:25 UTC [16-740] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8712016-10-12 08:53:25 UTC [16-741] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8722016-10-12 08:53:26 UTC [16-742] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8732016-10-12 08:53:26 UTC [16-743] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8742016-10-12 08:53:27 UTC [16-744] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8752016-10-12 08:53:27 UTC [16-745] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8762016-10-12 08:53:27 UTC [15-7] LOG: using stale statistics instead of current ones because stats collector is not responding
8772016-10-12 08:54:27 UTC [16-746] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8782016-10-12 08:54:27 UTC [16-747] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8792016-10-12 08:54:28 UTC [16-748] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8802016-10-12 08:54:28 UTC [16-749] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8812016-10-12 08:54:29 UTC [16-750] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8822016-10-12 08:54:29 UTC [16-751] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8832016-10-12 08:54:29 UTC [16-752] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8842016-10-12 08:54:29 UTC [16-753] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8852016-10-12 08:54:30 UTC [16-754] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8862016-10-12 08:54:30 UTC [16-755] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8872016-10-12 08:54:31 UTC [16-756] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8882016-10-12 08:54:31 UTC [16-757] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8892016-10-12 08:54:31 UTC [16-758] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8902016-10-12 08:54:31 UTC [16-759] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8912016-10-12 08:54:32 UTC [16-760] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8922016-10-12 08:54:32 UTC [16-761] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8932016-10-12 08:54:33 UTC [16-762] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8942016-10-12 08:54:33 UTC [16-763] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8952016-10-12 08:54:34 UTC [16-764] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8962016-10-12 08:54:34 UTC [16-765] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8972016-10-12 08:54:34 UTC [16-766] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8982016-10-12 08:54:34 UTC [16-767] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
8992016-10-12 08:54:35 UTC [16-768] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9002016-10-12 08:54:35 UTC [16-769] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9012016-10-12 08:54:36 UTC [16-770] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9022016-10-12 08:54:36 UTC [16-771] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9032016-10-12 08:54:36 UTC [16-772] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9042016-10-12 08:54:36 UTC [16-773] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9052016-10-12 08:54:37 UTC [16-774] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9062016-10-12 08:54:37 UTC [16-775] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9072016-10-12 08:54:38 UTC [16-776] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9082016-10-12 08:54:38 UTC [16-777] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9092016-10-12 08:54:38 UTC [15-8] LOG: using stale statistics instead of current ones because stats collector is not responding
9102016-10-12 08:55:38 UTC [16-778] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9112016-10-12 08:55:38 UTC [16-779] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9122016-10-12 08:55:39 UTC [16-780] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9132016-10-12 08:55:39 UTC [16-781] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9142016-10-12 08:55:40 UTC [16-782] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9152016-10-12 08:55:40 UTC [16-783] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9162016-10-12 08:55:41 UTC [16-784] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9172016-10-12 08:55:41 UTC [16-785] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9182016-10-12 08:55:41 UTC [16-786] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9192016-10-12 08:55:41 UTC [16-787] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9202016-10-12 08:55:42 UTC [16-788] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9212016-10-12 08:55:42 UTC [16-789] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9222016-10-12 08:55:43 UTC [16-790] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9232016-10-12 08:55:43 UTC [16-791] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9242016-10-12 08:55:43 UTC [16-792] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9252016-10-12 08:55:43 UTC [16-793] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9262016-10-12 08:55:44 UTC [16-794] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9272016-10-12 08:55:44 UTC [16-795] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9282016-10-12 08:55:45 UTC [16-796] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9292016-10-12 08:55:45 UTC [16-797] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9302016-10-12 08:55:46 UTC [16-798] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9312016-10-12 08:55:46 UTC [16-799] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9322016-10-12 08:55:46 UTC [16-800] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9332016-10-12 08:55:46 UTC [16-801] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9342016-10-12 08:55:47 UTC [16-802] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9352016-10-12 08:55:47 UTC [16-803] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9362016-10-12 08:55:48 UTC [16-804] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9372016-10-12 08:55:48 UTC [16-805] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9382016-10-12 08:55:48 UTC [16-806] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9392016-10-12 08:55:48 UTC [16-807] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9402016-10-12 08:55:49 UTC [16-808] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9412016-10-12 08:55:49 UTC [16-809] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9422016-10-12 08:55:50 UTC [15-9] LOG: using stale statistics instead of current ones because stats collector is not responding
9432016-10-12 08:56:50 UTC [16-810] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9442016-10-12 08:56:50 UTC [16-811] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9452016-10-12 08:56:50 UTC [16-812] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9462016-10-12 08:56:50 UTC [16-813] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9472016-10-12 08:56:51 UTC [16-814] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9482016-10-12 08:56:51 UTC [16-815] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9492016-10-12 08:56:52 UTC [16-816] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9502016-10-12 08:56:52 UTC [16-817] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9512016-10-12 08:56:53 UTC [16-818] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9522016-10-12 08:56:53 UTC [16-819] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9532016-10-12 08:56:53 UTC [16-820] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9542016-10-12 08:56:53 UTC [16-821] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9552016-10-12 08:56:54 UTC [16-822] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9562016-10-12 08:56:54 UTC [16-823] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9572016-10-12 08:56:55 UTC [16-824] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9582016-10-12 08:56:55 UTC [16-825] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9592016-10-12 08:56:55 UTC [16-826] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9602016-10-12 08:56:55 UTC [16-827] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9612016-10-12 08:56:56 UTC [16-828] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9622016-10-12 08:56:56 UTC [16-829] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9632016-10-12 08:56:57 UTC [16-830] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9642016-10-12 08:56:57 UTC [16-831] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9652016-10-12 08:56:58 UTC [16-832] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9662016-10-12 08:56:58 UTC [16-833] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9672016-10-12 08:56:58 UTC [16-834] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9682016-10-12 08:56:58 UTC [16-835] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9692016-10-12 08:56:59 UTC [16-836] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9702016-10-12 08:56:59 UTC [16-837] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9712016-10-12 08:57:00 UTC [16-838] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9722016-10-12 08:57:00 UTC [16-839] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9732016-10-12 08:57:00 UTC [16-840] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9742016-10-12 08:57:00 UTC [16-841] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9752016-10-12 08:57:01 UTC [15-10] LOG: using stale statistics instead of current ones because stats collector is not responding
9762016-10-12 08:57:32 UTC [16-842] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9772016-10-12 08:57:32 UTC [16-843] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9782016-10-12 08:58:01 UTC [16-844] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9792016-10-12 08:58:01 UTC [16-845] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9802016-10-12 08:58:02 UTC [16-846] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9812016-10-12 08:58:02 UTC [16-847] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9822016-10-12 08:58:02 UTC [16-848] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9832016-10-12 08:58:02 UTC [16-849] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9842016-10-12 08:58:03 UTC [16-850] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9852016-10-12 08:58:03 UTC [16-851] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9862016-10-12 08:58:04 UTC [16-852] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9872016-10-12 08:58:04 UTC [16-853] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9882016-10-12 08:58:05 UTC [16-854] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9892016-10-12 08:58:05 UTC [16-855] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9902016-10-12 08:58:05 UTC [16-856] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9912016-10-12 08:58:05 UTC [16-857] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9922016-10-12 08:58:06 UTC [16-858] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9932016-10-12 08:58:06 UTC [16-859] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9942016-10-12 08:58:07 UTC [16-860] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9952016-10-12 08:58:07 UTC [16-861] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9962016-10-12 08:58:07 UTC [16-862] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9972016-10-12 08:58:07 UTC [16-863] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9982016-10-12 08:58:08 UTC [16-864] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
9992016-10-12 08:58:08 UTC [16-865] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10002016-10-12 08:58:09 UTC [16-866] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10012016-10-12 08:58:09 UTC [16-867] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10022016-10-12 08:58:10 UTC [16-868] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10032016-10-12 08:58:10 UTC [16-869] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10042016-10-12 08:58:10 UTC [16-870] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10052016-10-12 08:58:10 UTC [16-871] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10062016-10-12 08:58:11 UTC [16-872] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10072016-10-12 08:58:11 UTC [16-873] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10082016-10-12 08:58:12 UTC [16-874] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10092016-10-12 08:58:12 UTC [16-875] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10102016-10-12 08:58:12 UTC [15-11] LOG: using stale statistics instead of current ones because stats collector is not responding
10112016-10-12 08:59:12 UTC [16-876] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10122016-10-12 08:59:12 UTC [16-877] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10132016-10-12 08:59:13 UTC [16-878] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10142016-10-12 08:59:13 UTC [16-879] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10152016-10-12 08:59:14 UTC [16-880] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10162016-10-12 08:59:14 UTC [16-881] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10172016-10-12 08:59:14 UTC [16-882] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10182016-10-12 08:59:14 UTC [16-883] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10192016-10-12 08:59:15 UTC [16-884] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10202016-10-12 08:59:15 UTC [16-885] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10212016-10-12 08:59:16 UTC [16-886] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10222016-10-12 08:59:16 UTC [16-887] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10232016-10-12 08:59:16 UTC [16-888] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10242016-10-12 08:59:16 UTC [16-889] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10252016-10-12 08:59:17 UTC [16-890] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10262016-10-12 08:59:17 UTC [16-891] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10272016-10-12 08:59:18 UTC [16-892] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10282016-10-12 08:59:18 UTC [16-893] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10292016-10-12 08:59:19 UTC [16-894] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10302016-10-12 08:59:19 UTC [16-895] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10312016-10-12 08:59:19 UTC [16-896] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10322016-10-12 08:59:19 UTC [16-897] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10332016-10-12 08:59:20 UTC [16-898] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10342016-10-12 08:59:20 UTC [16-899] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10352016-10-12 08:59:21 UTC [16-900] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10362016-10-12 08:59:21 UTC [16-901] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10372016-10-12 08:59:22 UTC [16-902] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10382016-10-12 08:59:22 UTC [16-903] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10392016-10-12 08:59:22 UTC [16-904] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10402016-10-12 08:59:22 UTC [16-905] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10412016-10-12 08:59:23 UTC [16-906] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10422016-10-12 08:59:23 UTC [16-907] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10432016-10-12 08:59:23 UTC [15-12] LOG: using stale statistics instead of current ones because stats collector is not responding
10442016-10-12 09:00:23 UTC [16-908] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10452016-10-12 09:00:23 UTC [16-909] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10462016-10-12 09:00:24 UTC [16-910] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10472016-10-12 09:00:24 UTC [16-911] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10482016-10-12 09:00:25 UTC [16-912] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10492016-10-12 09:00:25 UTC [16-913] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10502016-10-12 09:00:26 UTC [16-914] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10512016-10-12 09:00:26 UTC [16-915] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10522016-10-12 09:00:26 UTC [16-916] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10532016-10-12 09:00:26 UTC [16-917] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10542016-10-12 09:00:27 UTC [16-918] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10552016-10-12 09:00:27 UTC [16-919] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10562016-10-12 09:00:28 UTC [16-920] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10572016-10-12 09:00:28 UTC [16-921] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10582016-10-12 09:00:28 UTC [16-922] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10592016-10-12 09:00:28 UTC [16-923] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10602016-10-12 09:00:29 UTC [16-924] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10612016-10-12 09:00:29 UTC [16-925] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10622016-10-12 09:00:30 UTC [16-926] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10632016-10-12 09:00:30 UTC [16-927] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10642016-10-12 09:00:31 UTC [16-928] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10652016-10-12 09:00:31 UTC [16-929] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10662016-10-12 09:00:31 UTC [16-930] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10672016-10-12 09:00:31 UTC [16-931] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10682016-10-12 09:00:32 UTC [16-932] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10692016-10-12 09:00:32 UTC [16-933] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10702016-10-12 09:00:33 UTC [16-934] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10712016-10-12 09:00:33 UTC [16-935] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10722016-10-12 09:00:34 UTC [16-936] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10732016-10-12 09:00:34 UTC [16-937] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10742016-10-12 09:00:34 UTC [16-938] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10752016-10-12 09:00:34 UTC [16-939] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10762016-10-12 09:00:35 UTC [15-13] LOG: using stale statistics instead of current ones because stats collector is not responding
10772016-10-12 09:01:35 UTC [16-940] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10782016-10-12 09:01:35 UTC [16-941] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10792016-10-12 09:01:36 UTC [16-942] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10802016-10-12 09:01:36 UTC [16-943] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10812016-10-12 09:01:37 UTC [16-944] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10822016-10-12 09:01:37 UTC [16-945] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10832016-10-12 09:01:37 UTC [16-946] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10842016-10-12 09:01:37 UTC [16-947] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10852016-10-12 09:01:38 UTC [16-948] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10862016-10-12 09:01:38 UTC [16-949] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10872016-10-12 09:01:39 UTC [16-950] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10882016-10-12 09:01:39 UTC [16-951] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10892016-10-12 09:01:40 UTC [16-952] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10902016-10-12 09:01:40 UTC [16-953] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10912016-10-12 09:01:41 UTC [16-954] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10922016-10-12 09:01:41 UTC [16-955] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10932016-10-12 09:01:41 UTC [16-956] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10942016-10-12 09:01:41 UTC [16-957] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10952016-10-12 09:01:42 UTC [16-958] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10962016-10-12 09:01:42 UTC [16-959] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10972016-10-12 09:01:43 UTC [16-960] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10982016-10-12 09:01:43 UTC [16-961] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
10992016-10-12 09:01:44 UTC [16-962] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11002016-10-12 09:01:44 UTC [16-963] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11012016-10-12 09:01:44 UTC [16-964] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11022016-10-12 09:01:44 UTC [16-965] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11032016-10-12 09:01:45 UTC [16-966] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11042016-10-12 09:01:45 UTC [16-967] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11052016-10-12 09:01:46 UTC [16-968] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11062016-10-12 09:01:46 UTC [16-969] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11072016-10-12 09:01:47 UTC [16-970] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11082016-10-12 09:01:47 UTC [16-971] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11092016-10-12 09:01:47 UTC [15-14] LOG: using stale statistics instead of current ones because stats collector is not responding
11102016-10-12 09:02:32 UTC [16-972] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11112016-10-12 09:02:32 UTC [16-973] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11122016-10-12 09:02:47 UTC [16-974] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11132016-10-12 09:02:47 UTC [16-975] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11142016-10-12 09:02:48 UTC [16-976] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11152016-10-12 09:02:48 UTC [16-977] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11162016-10-12 09:02:49 UTC [16-978] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11172016-10-12 09:02:49 UTC [16-979] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11182016-10-12 09:02:50 UTC [16-980] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11192016-10-12 09:02:50 UTC [16-981] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11202016-10-12 09:02:50 UTC [16-982] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11212016-10-12 09:02:50 UTC [16-983] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11222016-10-12 09:02:51 UTC [16-984] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11232016-10-12 09:02:51 UTC [16-985] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11242016-10-12 09:02:52 UTC [16-986] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11252016-10-12 09:02:52 UTC [16-987] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11262016-10-12 09:02:53 UTC [16-988] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11272016-10-12 09:02:53 UTC [16-989] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11282016-10-12 09:02:53 UTC [16-990] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11292016-10-12 09:02:53 UTC [16-991] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11302016-10-12 09:02:54 UTC [16-992] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11312016-10-12 09:02:54 UTC [16-993] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11322016-10-12 09:02:55 UTC [16-994] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11332016-10-12 09:02:55 UTC [16-995] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11342016-10-12 09:02:56 UTC [16-996] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11352016-10-12 09:02:56 UTC [16-997] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11362016-10-12 09:02:57 UTC [16-998] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11372016-10-12 09:02:57 UTC [16-999] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11382016-10-12 09:02:57 UTC [16-1000] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11392016-10-12 09:02:57 UTC [16-1001] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11402016-10-12 09:02:58 UTC [16-1002] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11412016-10-12 09:02:58 UTC [16-1003] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11422016-10-12 09:02:59 UTC [16-1004] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11432016-10-12 09:02:59 UTC [16-1005] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11442016-10-12 09:02:59 UTC [15-15] LOG: using stale statistics instead of current ones because stats collector is not responding
11452016-10-12 09:03:59 UTC [16-1006] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11462016-10-12 09:03:59 UTC [16-1007] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11472016-10-12 09:04:00 UTC [16-1008] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11482016-10-12 09:04:00 UTC [16-1009] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11492016-10-12 09:04:01 UTC [16-1010] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11502016-10-12 09:04:01 UTC [16-1011] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11512016-10-12 09:04:02 UTC [16-1012] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11522016-10-12 09:04:02 UTC [16-1013] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11532016-10-12 09:04:02 UTC [16-1014] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11542016-10-12 09:04:02 UTC [16-1015] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11552016-10-12 09:04:03 UTC [16-1016] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11562016-10-12 09:04:03 UTC [16-1017] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11572016-10-12 09:04:04 UTC [16-1018] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11582016-10-12 09:04:04 UTC [16-1019] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11592016-10-12 09:04:04 UTC [16-1020] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11602016-10-12 09:04:04 UTC [16-1021] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1161
1162Session terminated, terminating shell...2016-10-12 09:04:05 UTC [10-2] LOG: received smart shutdown request
11632016-10-12 09:04:05 UTC [16-1022] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11642016-10-12 09:04:05 UTC [16-1023] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11652016-10-12 09:04:06 UTC [16-1024] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11662016-10-12 09:04:06 UTC [16-1025] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11672016-10-12 09:04:07 UTC [16-1026] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
11682016-10-12 09:04:07 UTC [16-1027] LOG: could not open temporary statistics file "/var/run/postgresql/9.4-main.pg_stat_tmp/global.tmp": No such file or directory
1169 ...killed.
11702016-10-12 09:04:12 UTC [12-1] LOG: database system was interrupted; last known up at 2016-10-12 08:52:41 UTC
11712016-10-12 09:04:16 UTC [22-1] postgres@postgres FATAL: the database system is starting up
11722016-10-12 09:04:17 UTC [32-1] postgres@postgres FATAL: the database system is starting up
11732016-10-12 09:04:17 UTC [42-1] postgres@postgres FATAL: the database system is starting up
11742016-10-12 09:04:17 UTC [53-1] tagzuser@tagz FATAL: the database system is starting up
11752016-10-12 09:04:29 UTC [12-2] LOG: database system was not properly shut down; automatic recovery in progress
11762016-10-12 09:04:29 UTC [12-3] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
11772016-10-12 09:04:29 UTC [11-1] LOG: startup process (PID 12) exited with exit code 1
11782016-10-12 09:04:29 UTC [11-2] LOG: aborting startup due to startup process failure
11792016-10-12 09:04:30 UTC [56-1] LOG: database system was interrupted while in recovery at 2016-10-12 09:04:29 UTC
11802016-10-12 09:04:30 UTC [56-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
11812016-10-12 09:04:30 UTC [56-3] LOG: database system was not properly shut down; automatic recovery in progress
11822016-10-12 09:04:30 UTC [56-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
11832016-10-12 09:04:30 UTC [55-1] LOG: startup process (PID 56) exited with exit code 1
11842016-10-12 09:04:30 UTC [55-2] LOG: aborting startup due to startup process failure
11852016-10-12 09:04:32 UTC [59-1] LOG: database system was interrupted while in recovery at 2016-10-12 09:04:30 UTC
11862016-10-12 09:04:32 UTC [59-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
11872016-10-12 09:04:32 UTC [59-3] LOG: database system was not properly shut down; automatic recovery in progress
11882016-10-12 09:04:32 UTC [59-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
11892016-10-12 09:04:32 UTC [58-1] LOG: startup process (PID 59) exited with exit code 1
11902016-10-12 09:04:32 UTC [58-2] LOG: aborting startup due to startup process failure
11912016-10-12 09:04:34 UTC [62-1] LOG: database system was interrupted while in recovery at 2016-10-12 09:04:32 UTC
11922016-10-12 09:04:34 UTC [62-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
11932016-10-12 09:04:34 UTC [62-3] LOG: database system was not properly shut down; automatic recovery in progress
11942016-10-12 09:04:34 UTC [62-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
11952016-10-12 09:04:34 UTC [61-1] LOG: startup process (PID 62) exited with exit code 1
11962016-10-12 09:04:34 UTC [61-2] LOG: aborting startup due to startup process failure
11972016-10-12 09:04:37 UTC [65-1] LOG: database system was interrupted while in recovery at 2016-10-12 09:04:34 UTC
11982016-10-12 09:04:37 UTC [65-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
11992016-10-12 09:04:38 UTC [65-3] LOG: database system was not properly shut down; automatic recovery in progress
12002016-10-12 09:04:38 UTC [65-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12012016-10-12 09:04:38 UTC [64-1] LOG: startup process (PID 65) exited with exit code 1
12022016-10-12 09:04:38 UTC [64-2] LOG: aborting startup due to startup process failure
12032016-10-12 10:39:40 UTC [12-1] LOG: database system was interrupted while in recovery at 2016-10-12 09:04:38 UTC
12042016-10-12 10:39:40 UTC [12-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12052016-10-12 10:39:41 UTC [12-3] LOG: database system was not properly shut down; automatic recovery in progress
12062016-10-12 10:39:41 UTC [12-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12072016-10-12 10:39:41 UTC [11-1] LOG: startup process (PID 12) exited with exit code 1
12082016-10-12 10:39:41 UTC [11-2] LOG: aborting startup due to startup process failure
12092016-10-12 10:39:42 UTC [15-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:39:41 UTC
12102016-10-12 10:39:42 UTC [15-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12112016-10-12 10:39:42 UTC [15-3] LOG: database system was not properly shut down; automatic recovery in progress
12122016-10-12 10:39:42 UTC [15-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12132016-10-12 10:39:42 UTC [14-1] LOG: startup process (PID 15) exited with exit code 1
12142016-10-12 10:39:42 UTC [14-2] LOG: aborting startup due to startup process failure
12152016-10-12 10:39:44 UTC [18-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:39:42 UTC
12162016-10-12 10:39:44 UTC [18-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12172016-10-12 10:39:44 UTC [18-3] LOG: database system was not properly shut down; automatic recovery in progress
12182016-10-12 10:39:44 UTC [18-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12192016-10-12 10:39:44 UTC [17-1] LOG: startup process (PID 18) exited with exit code 1
12202016-10-12 10:39:44 UTC [17-2] LOG: aborting startup due to startup process failure
12212016-10-12 10:39:48 UTC [58-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:39:44 UTC
12222016-10-12 10:39:48 UTC [58-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12232016-10-12 10:39:48 UTC [58-3] LOG: database system was not properly shut down; automatic recovery in progress
12242016-10-12 10:39:48 UTC [58-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12252016-10-12 10:39:48 UTC [57-1] LOG: startup process (PID 58) exited with exit code 1
12262016-10-12 10:39:48 UTC [57-2] LOG: aborting startup due to startup process failure
12272016-10-12 10:52:30 UTC [12-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:39:48 UTC
12282016-10-12 10:52:30 UTC [12-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12292016-10-12 10:52:31 UTC [12-3] LOG: database system was not properly shut down; automatic recovery in progress
12302016-10-12 10:52:31 UTC [12-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12312016-10-12 10:52:31 UTC [11-1] LOG: startup process (PID 12) exited with exit code 1
12322016-10-12 10:52:31 UTC [11-2] LOG: aborting startup due to startup process failure
12332016-10-12 10:52:32 UTC [15-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:52:31 UTC
12342016-10-12 10:52:32 UTC [15-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12352016-10-12 10:52:32 UTC [15-3] LOG: database system was not properly shut down; automatic recovery in progress
12362016-10-12 10:52:32 UTC [15-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12372016-10-12 10:52:32 UTC [14-1] LOG: startup process (PID 15) exited with exit code 1
12382016-10-12 10:52:32 UTC [14-2] LOG: aborting startup due to startup process failure
12392016-10-12 10:52:34 UTC [18-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:52:32 UTC
12402016-10-12 10:52:34 UTC [18-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12412016-10-12 10:52:34 UTC [18-3] LOG: database system was not properly shut down; automatic recovery in progress
12422016-10-12 10:52:34 UTC [18-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12432016-10-12 10:52:34 UTC [17-1] LOG: startup process (PID 18) exited with exit code 1
12442016-10-12 10:52:34 UTC [17-2] LOG: aborting startup due to startup process failure
12452016-10-12 10:52:38 UTC [58-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:52:34 UTC
12462016-10-12 10:52:38 UTC [58-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12472016-10-12 10:52:38 UTC [58-3] LOG: database system was not properly shut down; automatic recovery in progress
12482016-10-12 10:52:38 UTC [58-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12492016-10-12 10:52:38 UTC [57-1] LOG: startup process (PID 58) exited with exit code 1
12502016-10-12 10:52:38 UTC [57-2] LOG: aborting startup due to startup process failure
12512016-10-12 10:59:41 UTC [11-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:52:38 UTC
12522016-10-12 10:59:41 UTC [11-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12532016-10-12 10:59:42 UTC [11-3] LOG: database system was not properly shut down; automatic recovery in progress
12542016-10-12 10:59:42 UTC [11-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12552016-10-12 10:59:42 UTC [10-1] LOG: startup process (PID 11) exited with exit code 1
12562016-10-12 10:59:42 UTC [10-2] LOG: aborting startup due to startup process failure
12572016-10-12 10:59:43 UTC [14-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:59:42 UTC
12582016-10-12 10:59:43 UTC [14-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12592016-10-12 10:59:43 UTC [14-3] LOG: database system was not properly shut down; automatic recovery in progress
12602016-10-12 10:59:43 UTC [14-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12612016-10-12 10:59:43 UTC [13-1] LOG: startup process (PID 14) exited with exit code 1
12622016-10-12 10:59:43 UTC [13-2] LOG: aborting startup due to startup process failure
12632016-10-12 10:59:45 UTC [17-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:59:43 UTC
12642016-10-12 10:59:45 UTC [17-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12652016-10-12 10:59:45 UTC [17-3] LOG: database system was not properly shut down; automatic recovery in progress
12662016-10-12 10:59:45 UTC [17-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12672016-10-12 10:59:45 UTC [16-1] LOG: startup process (PID 17) exited with exit code 1
12682016-10-12 10:59:45 UTC [16-2] LOG: aborting startup due to startup process failure
12692016-10-12 10:59:49 UTC [57-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:59:45 UTC
12702016-10-12 10:59:49 UTC [57-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12712016-10-12 10:59:49 UTC [57-3] LOG: database system was not properly shut down; automatic recovery in progress
12722016-10-12 10:59:49 UTC [57-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12732016-10-12 10:59:49 UTC [56-1] LOG: startup process (PID 57) exited with exit code 1
12742016-10-12 10:59:49 UTC [56-2] LOG: aborting startup due to startup process failure
12752016-10-12 12:03:58 UTC [12-1] LOG: database system was interrupted while in recovery at 2016-10-12 10:59:49 UTC
12762016-10-12 12:03:58 UTC [12-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12772016-10-12 12:03:58 UTC [12-3] LOG: database system was not properly shut down; automatic recovery in progress
12782016-10-12 12:03:58 UTC [12-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12792016-10-12 12:03:58 UTC [11-1] LOG: startup process (PID 12) exited with exit code 1
12802016-10-12 12:03:58 UTC [11-2] LOG: aborting startup due to startup process failure
12812016-10-12 12:04:00 UTC [15-1] LOG: database system was interrupted while in recovery at 2016-10-12 12:03:58 UTC
12822016-10-12 12:04:00 UTC [15-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12832016-10-12 12:04:00 UTC [15-3] LOG: database system was not properly shut down; automatic recovery in progress
12842016-10-12 12:04:00 UTC [15-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12852016-10-12 12:04:00 UTC [14-1] LOG: startup process (PID 15) exited with exit code 1
12862016-10-12 12:04:00 UTC [14-2] LOG: aborting startup due to startup process failure
12872016-10-12 12:04:02 UTC [18-1] LOG: database system was interrupted while in recovery at 2016-10-12 12:04:00 UTC
12882016-10-12 12:04:02 UTC [18-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12892016-10-12 12:04:02 UTC [18-3] LOG: database system was not properly shut down; automatic recovery in progress
12902016-10-12 12:04:02 UTC [18-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12912016-10-12 12:04:02 UTC [17-1] LOG: startup process (PID 18) exited with exit code 1
12922016-10-12 12:04:02 UTC [17-2] LOG: aborting startup due to startup process failure
12932016-10-12 12:04:05 UTC [58-1] LOG: database system was interrupted while in recovery at 2016-10-12 12:04:02 UTC
12942016-10-12 12:04:05 UTC [58-2] HINT: This probably means that some data is corrupted and you will have to use the last backup for recovery.
12952016-10-12 12:04:06 UTC [58-3] LOG: database system was not properly shut down; automatic recovery in progress
12962016-10-12 12:04:06 UTC [58-4] FATAL: could not open directory "/var/run/postgresql/9.4-main.pg_stat_tmp": No such file or directory
12972016-10-12 12:04:06 UTC [57-1] LOG: startup process (PID 58) exited with exit code 1
12982016-10-12 12:04:06 UTC [57-2] LOG: aborting startup due to startup process failure
1299root@c6f12a6a87b1:/usr/src/app#