views_install creates the cache_views table for mysql, but not for pgsql

CommentFileSizeAuthor
#1 views_pgsql_cache_views.patch.txt895 bytesdww

Comments

dww’s picture

Assigned: Unassigned » dww
Priority: Normal » Critical
Status: Active » Needs review
StatusFileSize
new895 bytes

this utterly wrecks a pgsql site if you try to enable views (every page dies with tons of SQL errors), so i'm bumping the prio (and supplying a patch). certainly works to install now, though i haven't tested views caching stuff closely.

the patch is against revision 1.21.4.6 of views.install (the current end of DRUPAL-5 branch).

merlinofchaos’s picture

Status: Needs review » Fixed

Applied. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)