There are three indexes created for mysql databases that aren't created for pgsql.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | project_issue_pgsql_indexes.patch.txt | 2.16 KB | dww |
| project_issue_2.patch | 1.95 KB | drewish |
There are three indexes created for mysql databases that aren't created for pgsql.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | project_issue_pgsql_indexes.patch.txt | 2.16 KB | dww |
| project_issue_2.patch | 1.95 KB | drewish |
Comments
Comment #1
dwwThis needed a re-roll to fix the update number. However, it also seemed buggy (to my untrained pgsql eyes). For example:
Why the
{project_issues}at the end there? Seems like a cut and paste bug to me. Attached patch "fixes" this, based on how I think it should work. Utterly untested on pgsql. ;)Comment #2
drewish commentedah, yeah that looks like a bad copy/paste on my part. not some fancy pgsql trick. hopefully hunmonk can test it out and RTBC it.
Comment #3
hunmonk commentedcode looks good. tested on an upgrade and a fresh install, both work perfectly.
Comment #4
dwwCommitted to HEAD, backported and committed to DRUPAL-4-7 and DRUPAL-4-7--2.
Comment #5
(not verified) commented