Patch is attached.

CommentFileSizeAuthor
autotag_pgsql.patch1.75 KBmustafau

Comments

sdrycroft’s picture

Status: Needs review » Fixed

In 5.x-1.1

mustafau’s picture

Version: 5.x-1.0 » 5.x-1.1
Status: Fixed » Active

There is no {sequences} table in PostgreSQL installation of Drupal. You should use
$high_nid = db_next_id('{node}_nid');
for pgsql case.

sdrycroft’s picture

Status: Active » Fixed

Fixed in next release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.