<p>Hi!</p>
<p>I trying to append latest osm data to existing DB, using this:</p>
<p><code>osm2pgsql -append -s --cache 14000 --proj 3857 -H  my.local -d osm -U osm -W -P 5432  russia-latest.osm.pbf </code><br>
There is result (I didn't find <code>pend_ways</code> somewhere in osm2pgsql code):</p>
<pre><code>Allocating memory for dense node cache
Allocating dense node cache in one big chunk
Allocating memory for sparse node cache
Sharing dense sparse
Node-cache: cache=14000MB, maxblocks=224000*65536, allocation method=11
Mid: pgsql, cache=14000
SQL command failed: ERROR:  relation "pend_ways" does not exist
LINE 1: PREPARE mark_ways_by_node(int8) AS select id from pend_ways ...
                                                          ^

Full query: PREPARE mark_ways_by_node(int8) AS select id from pend_ways WHERE nodes && ARRAY[$1];
PREPARE mark_ways_by_rel(int8) AS select id from pend_ways WHERE id IN (SELECT unnest(parts[way_off+1:rel_off]) FROM pend_rels WHERE id = $1);

node cache: stored: 0(-nan%), storage efficiency: -nan% (dense blocks: 0, sparse nodes: 0), hit rate: -nan%
</code></pre>
<p>What is this? I use osm2pgsql 1.2.0 (64 bit id space) on manjaro linux.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/osm2pgsql/issues/1000?email_source=notifications&email_token=AA6353XP4UTRZ6HVJA5PPB3QVPRRXA5CNFSM4JRKE4A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H32ZDIA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AA6353R5BQJVIF5V6J4TPO3QVPRRXANCNFSM4JRKE4AQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AA6353UJJW2X2J3ZI7L32O3QVPRRXA5CNFSM4JRKE4A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H32ZDIA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/osm2pgsql/issues/1000?email_source=notifications\u0026email_token=AA6353XP4UTRZ6HVJA5PPB3QVPRRXA5CNFSM4JRKE4A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H32ZDIA",
"url": "https://github.com/openstreetmap/osm2pgsql/issues/1000?email_source=notifications\u0026email_token=AA6353XP4UTRZ6HVJA5PPB3QVPRRXA5CNFSM4JRKE4A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4H32ZDIA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>