mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #60163
[Bug 796102] A change has been merged
Reviewed: https://reviews.mahara.org/11228
Committed: https://git.mahara.org/mahara/mahara/commit/75100cb7ef9959d40adc9abca93be88385ed9de2
Submitter: Cecilia Vela Gurovic (ceciliavg@xxxxxxxxxxxxxxx)
Branch: master
commit 75100cb7ef9959d40adc9abca93be88385ed9de2
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date: Mon Jun 13 15:30:35 2011 +1200
Bug 1890213: check for valid columns in driver
Check for valid columns in adodb postgres64 driver MetaIndexes fn (bug
#796102)
Indexes on functions of columns have a 0 in the indkey column of
pg_catalog.pg_index, which doesn't refer to a column.
Don't return any columns for the index, rather than returning an empty
column name.
Change-Id: I531e75bacf8c845beadc7d8286eb28ef5281d923
Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/796102
Title:
User search index: db upgrade warning on postgres
Status in Mahara:
Fix Released
Bug description:
The DB upgrade fails on "if (!index_exists($table, $index)) {" (though
it's a warning, not an error)
The upgrade went through and finished but none of these new indexes
were created.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/796102/+subscriptions
References