Created
July 30, 2012 16:04
-
-
Save apetresc/3208043 to your computer and use it in GitHub Desktop.
Nominatim warnings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| WARNING: 136227003 | |
| NOTICE: IllegalArgumentException: Points of LinearRing do not form a closed linestring | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| index_placex: UPDATE failed: ERROR: POSTGIS2GEOS conversion failed | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| WARNING: 136227003 | |
| NOTICE: IllegalArgumentException: Points of LinearRing do not form a closed linestring | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| index_placex: UPDATE failed: ERROR: POSTGIS2GEOS conversion failed | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| WARNING: 136227003 | |
| NOTICE: IllegalArgumentException: Points of LinearRing do not form a closed linestring | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| index_placex: UPDATE failed: ERROR: POSTGIS2GEOS conversion failed | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| WARNING: 136227003 | |
| NOTICE: IllegalArgumentException: Points of LinearRing do not form a closed linestring | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| index_placex: UPDATE failed: ERROR: POSTGIS2GEOS conversion failed | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| WARNING: 136227003 | |
| NOTICE: IllegalArgumentException: Points of LinearRing do not form a closed linestring | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| index_placex: UPDATE failed: ERROR: POSTGIS2GEOS conversion failed | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| WARNING: 136227003 | |
| NOTICE: IllegalArgumentException: Points of LinearRing do not form a closed linestring | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment | |
| index_placex: UPDATE failed: ERROR: POSTGIS2GEOS conversion failed | |
| CONTEXT: PL/pgSQL function "placex_update" line 86 at assignment |
Author
apetresc
commented
Jul 30, 2012
Author
#------------------------------------------------------------------------------# WRITE AHEAD LOG#------------------------------------------------------------------------------# - Settings -#wal_level = minimal # minimal, archive, or hot_standby # (change requires restart)fsync = on # turns forced synchronization on or offsynchronous_commit = off # synchronization level; on, off, or local#wal_sync_method = fsync # the default is the first option # supported by the operating system:
# open_datasync
# fdatasync (default on Linux)
# fsync
# fsync_writethrough
# open_sync
full_page_writes = on # recover from partial page writes
#wal_buffers = -1 # min 32kB, -1 sets based on shared_buffers
# (change requires restart)
#wal_writer_delay = 200ms # 1-10000 milliseconds
#commit_delay = 0 # range 0-100000, in microseconds
#commit_siblings = 5 # range 1-1000
# - Checkpoints -
checkpoint_segments = 100 # in logfile segments, min 1, 16MB each
checkpoint_timeout = 10min # range 30s-1h
checkpoint_completion_target = 0.9 # checkpoint target duration, 0.0 - 1.0
#checkpoint_warning = 30s # 0 disables
# - Archiving -
#archive_mode = off # allows archiving to be done
# (change requires restart)
#archive_command = '' # command to use to archive a logfile segment
#archive_timeout = 0 # force a logfile segment switch after this
# number of seconds; 0 disables
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment