Patch is attached.
In 5.x-1.1
There is no {sequences} table in PostgreSQL installation of Drupal. You should use $high_nid = db_next_id('{node}_nid'); for pgsql case.
$high_nid = db_next_id('{node}_nid');
Fixed in next release.
Automatically closed -- issue fixed for two weeks with no activity.
Comments
Comment #1
sdrycroft commentedIn 5.x-1.1
Comment #2
mustafau commentedThere is no {sequences} table in PostgreSQL installation of Drupal. You should use
$high_nid = db_next_id('{node}_nid');for pgsql case.
Comment #3
sdrycroft commentedFixed in next release.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.