]> git.openstreetmap.org Git - nominatim.git/commit
Ignore no-fatal errors during dump file restore
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 28 Apr 2019 20:44:42 +0000 (22:44 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 28 Apr 2019 20:44:42 +0000 (22:44 +0200)
commit7d3b16f24ca9c4050fb7a0b8c15a8c86fadee3de
tree6236f1379ae6f9418c5514f6d41ca6a29215f2a8
parentb612b9942109a08c6ff8f49e3327e015fec08e67
Ignore no-fatal errors during dump file restore

The owner should never be restored, the table should be owned
by the caller instead. Non-existing indexes and similar only
started to throw a warning with Postgresql 9.4 and later, so
ignore them explicitly there.
lib/setup/SetupClass.php