File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ The PostgreSQL 13 image is now missing the following extensions (they will be ad
77
77
| intarray | 1.2 | functions, operators, and index support for 1-D arrays of integers |
78
78
| isn | 1.2 | data types for international product numbering standards |
79
79
| lo | 1.1 | Large Object maintenance |
80
- | logerrors | 1.1 | Function for collecting statistics about messages in logfile
80
+ | logerrors | 2.0 | Function for collecting statistics about messages in logfile
81
81
| ltree | 1.1 | data type for hierarchical tree-like structures |
82
82
| moddatetime | 1.0 | functions for tracking last modification time |
83
83
| pageinspect | 1.7 | inspect the contents of database pages at a low level |
Original file line number Diff line number Diff line change @@ -93,8 +93,8 @@ RUN apt-get clean && rm -rf /var/lib/apt/lists/partial \
93
93
&& cd set_user && make USE_PGXS=1 && make USE_PGXS=1 install \
94
94
# errorlogs extension
95
95
&& if [ $(echo "$PG_SERVER_VERSION > 9.6" | /usr/bin/bc) = "1" ]; then \
96
- cd /tmp && wget https://github.com/munakoiso/logerrors/archive/v1.1 .tar.gz \
97
- && tar -xf v1.1 .tar.gz && rm v1.1 .tar.gz && cd logerrors-1.1 \
96
+ cd /tmp && wget https://github.com/munakoiso/logerrors/archive/v2.0 .tar.gz \
97
+ && tar -xf v2.0 .tar.gz && rm v2.0 .tar.gz && cd logerrors-2.0 \
98
98
&& USE_PGXS=1 make && USE_PGXS=1 make install; \
99
99
fi \
100
100
# WAL-G
You can’t perform that action at this time.
0 commit comments