Commit 98d6df0
committed
Move pgsql deprecation check to right spot
The check was in the wrong position. When running updates the output is
read from the osm2pgsql_properties table which only happened after the
check, so you'd still see the message even if you are using the flex
output.
Sorry about that.1 parent 9ed53e5 commit 98d6df0
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | 186 | | |
191 | 187 | | |
192 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
445 | 449 | | |
446 | 450 | | |
447 | 451 | | |
| |||
0 commit comments